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
Hi,I have a problem in using gtest.
The code file is 1_5.cpp. When only one testcase, everything is OK,But if have
more than one testcase, the program will has error:
Running main() from gtest_main.cc
[==========] Running 4 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from ReplaceTest
[ RUN ] ReplaceTest.SuccessCase1
[ OK ] ReplaceTest.SuccessCase1unknown file: error: SEH exception with cod
e 0xc0000005 thrown in auxiliary test code (environments or event listeners).
my gtest version is 1.7.OS is win7 x64, the IDE is vs2008.
Thank you for your efforts and I like gtest.
At last, Sorry for my poor English.
Original issue reported on code.google.com by [email protected] on 26 Jan 2015 at 12:57
Original issue reported on code.google.com by
[email protected]
on 26 Jan 2015 at 12:57Attachments:
The text was updated successfully, but these errors were encountered: