-
Notifications
You must be signed in to change notification settings - Fork 695
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
Some Unit Tests Are failing #2923
Comments
We should just disable the clipboard tests. They have proven to be super unreliable and no one has been able to figure out why. |
pwsh is actually not preinstalled on most systems. I dont have it installed, so it failed for me. pwsh.exe is the newer version of Windows powershell (powershell.exe). powershell.exe comes preinstalled, the other one has to be downloaded from the microsoft store https://www.reddit.com/r/PowerShell/comments/t4cuir/difference_between_windows_powershell_and/ |
Also, to inspect the value i had to explicitly call that function from another program in case anyone is wondering |
…sposed and fix unit tests.
Im closing this Issue for now, as this seems to be an issue with xUnit not being able to force the localization on some machines, and the Clipboard tests failed because i didn't do my research |
Thanks for taking the time to report and explore this issue, it will be useful for anyone else getting similar unit test issues in future around localization. |
Do you have any link that prove that? It'll be useful too. I'm curious if some more users with a Germany machine localization are having the same issue. |
Not really. Im currently on a Company machine, so it also could be the company environment messing things up. I'll try it on my own machine once im home. |
Describe the bug
UnitTests/Terminal.Gui.Drivertests/Contents_Copies_From_OS_Clipboard
,UnitTests/Terminal.Gui.Drivertests/Contents_Pastes_To_OS_Clipboard
andUnitTests/Terminal.Gui.ViewTests/KeyBindings_Command
fail,To Reproduce
Steps to reproduce the behavior:
Expected behavior
All Unittests should complete successfully
Screenshots
Desktop (please complete the following information):
-Windows
Additional context
None
The text was updated successfully, but these errors were encountered: