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
If you group tests by project, typed tests with template argument are not linked with the correctly project. Instead they are in a project called external.
#13
Closed
Alfred5020 opened this issue
Jan 3, 2016
· 1 comment
Hi!
A small issue I have detecting if you group your tests by project and typed tests are used where the types parameter is a template.
If you modify the types parameter of the macro TYPED_TEST_CASE to be a non-template it will work.
The output of the test detection reports about they a warning:
Warning: Could not find source location for test CNetworkNetModuleCommand_fix/0.AktionAnstossen_NewCommand_HandlerCalled
thanks once more for your bug report, which allowed us to immediately reproduce the issue! You would make a great tester :-)
This time it was up to me to fix the bug - I've just pushed the updated source. As last time, you can download the fixed VSIX file from our CI server - here's the link:
Hi!
A small issue I have detecting if you group your tests by project and typed tests are used where the types parameter is a template.
If you modify the types parameter of the macro TYPED_TEST_CASE to be a non-template it will work.
The output of the test detection reports about they a warning:
Warning: Could not find source location for test CNetworkNetModuleCommand_fix/0.AktionAnstossen_NewCommand_HandlerCalled
Attached a file to reproduce the behavior.
TypedTest2nd_test.txt
The text was updated successfully, but these errors were encountered: