GoogleTestRunner icon indicating copy to clipboard operation
GoogleTestRunner copied to clipboard

Cannot test multiple parametrized test fixtures at once - one first is executed

Open csware opened this issue 10 years ago • 1 comments

Try to test multiple parametrized test fixtures at once as depicted here: 1

Only the first test is actually executed:

------ Lauftest gestartet ------
Found 211 tests, resolving symbols
Loading symbols from D:\TortoiseGit\bin\Release64\bin\Tests.exe
From D:\TortoiseGit\bin\Release64\bin\Tests.exe, found 67 symbols in 58 ms
In D:\TortoiseGit\bin\Release64\bin, running: D:\TortoiseGit\bin\Release64\bin\Tests.exe  --gtest_output="xml:C:\Users\Mr_Tux\AppData\Local\Temp\tmpF2E4.tmp" --gtest_filter=CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/2  # GetParam() = 1:CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/1  # GetParam() = 2:CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/0  # GetParam() = 3
Opened results from C:\Users\Mr_Tux\AppData\Local\Temp\tmpF2E4.tmp
Coudln't find result for CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/1  # GetParam() = 2
Coudln't find result for CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/0  # GetParam() = 3
========== Lauftest abgeschlossen: 3 hat (0:00:02,1071205) ausgeführt ==========

Source code for tests available here: https://github.com/TortoiseGit/TortoiseGit/blob/master/test/UnitTests/GitTest.cpp

csware avatar Mar 30 '15 21:03 csware

Suppose this is related to issue #17.

csware avatar Dec 18 '16 07:12 csware