Changeset 8a4f12 for molecuilder/src/unittests/SingletonTest.cpp
- Timestamp:
- Mar 11, 2010, 2:08:44 PM (16 years ago)
- Children:
- c3f8c4
- Parents:
- abab7e
- File:
-
- 1 edited
-
molecuilder/src/unittests/SingletonTest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/SingletonTest.cpp
rabab7e r8a4f12 87 87 CPPUNIT_ASSERT_EQUAL(1,SingletonStub1::count1); 88 88 CPPUNIT_ASSERT_EQUAL(1,SingletonStub2::count1); 89 // no calls to the destructor should have occured so far 90 CPPUNIT_ASSERT_EQUAL(0,SingletonStub1::count2); 91 CPPUNIT_ASSERT_EQUAL(0,SingletonStub2::count2); 89 92 90 93 SingletonStub1::purgeInstance();
Note:
See TracChangeset
for help on using the changeset viewer.
