Ignore:
Timestamp:
Apr 2, 2011, 12:11:44 AM (15 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Added static and private object counter Info::NumberInfos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/InfoUnitTest.cpp

    r6b898c r93abe8  
    5959  class Info test(msg);
    6060
    61   CPPUNIT_ASSERT_EQUAL( msg , test.FunctionName );
     61  CPPUNIT_ASSERT_EQUAL( std::string(msg) , test.FunctionName );
    6262  CPPUNIT_ASSERT_EQUAL( 1, test.verbosity );
    6363};
Note: See TracChangeset for help on using the changeset viewer.