You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A TestCase with a double quote generates the following error:
An exception occurred while invoking executor 'executor://nunit3testexecutor/': Incorrect format for TestCaseFilter Error: Missing '('. Specify the correct format and try again. Note that the incorrect format can lead to no test getting executed.
Replacing the " with any other char will make the error disappear.
I assumed this was the same as #622, but when trying now to repro it with the packages set here (NUnit 3.11.0, NUnit3TestAdapter 3.12.0
Visual Studio Enterprise 2017 15.9.4
Net 4.6.1). I can't repro it. I've tried both old style csproj and new style.
But since it should work now with 3.16.0-dev in any case, I'll close this.
A TestCase with a double quote generates the following error:
Replacing the " with any other char will make the error disappear.
The text was updated successfully, but these errors were encountered: