Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SingleFileApiTests #42971

Closed
wants to merge 1 commit into from
Closed

Conversation

mateoatr
Copy link
Contributor

@mateoatr mateoatr commented Oct 2, 2020

No description provided.

@ghost
Copy link

ghost commented Oct 2, 2020

Tagging subscribers to this area: @agocke
See info in area-owners.md if you want to be subscribed.

@mateoatr
Copy link
Contributor Author

PTAL @agocke

@agocke
Copy link
Member

agocke commented Oct 26, 2020

Is this just the cleanup from earlier where we can share the code between the existing tests instead of having new tests?

@mateoatr
Copy link
Contributor Author

That's correct.

.And.HaveStdOutContaining("AppContext.BaseDirectory: " + Path.GetDirectoryName(singleFile))
// If we don't extract anything to disk, the extraction dir shouldn't
// appear in the native search dirs.
.And.HaveStdOutMatching($"NATIVE_DLL_SEARCH_DIRECTORIES: .*{Regex.Escape(bundleDir)}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not verify the list exactly? The variable shouldn't change much, should it?

@mateoatr mateoatr closed this Jan 25, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants