-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
New-Fixture: case-insensitive evaluation of sut filename #428
Comments
Good idea. Created a PR for that. |
Thanks. This passage is also quoted in the following help files:
Maybe this could also be updated. |
Definitely. You should be able to edit the wiki directly if you want to do it yourself. Do you? Otherwise I can do it :) |
I think I found all occurences in the wiki. |
nohwnd
added a commit
that referenced
this issue
Dec 5, 2015
Case insensitive replacement of Test in help #428
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't no why it happend to me, may be I changed spelling of the ".Tests." filename infix manually or I didn't used the New-Fixture cmdlet to create the testfile in this case.
Due to the case-sensitive replacement the testfile included itself in a loop until the shell ran out of memory. It took me some time to understand it - silly me :-)
Perhaps the marked line could be changed in the New-Fixture code template from
to
in order to make it more robust.
The text was updated successfully, but these errors were encountered: