Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix GetFolderPath test for nano#19948

Merged
danmoseley merged 1 commit into
dotnet:masterfrom
danmoseley:nano.getfolderpath2
May 19, 2017
Merged

Fix GetFolderPath test for nano#19948
danmoseley merged 1 commit into
dotnet:masterfrom
danmoseley:nano.getfolderpath2

Conversation

@danmoseley
Copy link
Copy Markdown
Member

I missed a line when fixing this before -- since I haven't figured out yet how to run tests on Nano directly, I was pasting in a similar program.

Fixes https://github.com/dotnet/corefx/issues/19110 (which lists off all the API results and shows that Nano produces empty for many of them)

{
// See Nano comment below
Assert.NotEmpty(knownFolder);
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

At this point, what is the test actually validating on Nano? Should the test just be disabled for it with an attribute?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Marginal, but it'll flag if SHGetFolderPath and ShGetKnownFolderPath start to diverge....

@danmoseley danmoseley merged commit d4afbe4 into dotnet:master May 19, 2017
@danmoseley danmoseley deleted the nano.getfolderpath2 branch May 19, 2017 00:01
@karelz karelz modified the milestone: 2.1.0 May 19, 2017
danmoseley added a commit to danmoseley/corefx that referenced this pull request May 22, 2017
stephentoub pushed a commit that referenced this pull request May 22, 2017
* Disable SQL test for nano

* Disable service contrller test

* Fix test for nano (#19948)

* Disable test for nano (#20023)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GetFolderPath_Windows tests ~all fail on Nano

5 participants