Changeset 93abe8 for src/unittests/InfoUnitTest.cpp
- Timestamp:
- Apr 2, 2011, 12:11:44 AM (15 years ago)
- Children:
- 8e24ef
- Parents:
- 6b898c
- git-author:
- Frederik Heber <heber@…> (03/14/11 17:54:03)
- git-committer:
- Frederik Heber <heber@…> (04/02/11 00:11:44)
- File:
-
- 1 edited
-
src/unittests/InfoUnitTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/InfoUnitTest.cpp
r6b898c r93abe8 59 59 class Info test(msg); 60 60 61 CPPUNIT_ASSERT_EQUAL( msg, test.FunctionName );61 CPPUNIT_ASSERT_EQUAL( std::string(msg) , test.FunctionName ); 62 62 CPPUNIT_ASSERT_EQUAL( 1, test.verbosity ); 63 63 };
Note:
See TracChangeset
for help on using the changeset viewer.
