Changes in / [7baf4a:f761c4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/ActionSequenceTest.cpp
r7baf4a rf761c4 243 243 244 244 CPPUNIT_ASSERT_EQUAL(true,wasCalled1->wasCalled()); 245 CPPUNIT_ASSERT_EQUAL(true,wasCalled 1->wasCalled());245 CPPUNIT_ASSERT_EQUAL(true,wasCalled2->wasCalled()); 246 246 247 247 ActionHistory::getInstance().undoLast(); 248 248 249 249 CPPUNIT_ASSERT_EQUAL(false,wasCalled1->wasCalled()); 250 CPPUNIT_ASSERT_EQUAL(false,wasCalled 1->wasCalled());251 252 } 253 254 250 CPPUNIT_ASSERT_EQUAL(false,wasCalled2->wasCalled()); 251 252 } 253 254
Note:
See TracChangeset
for help on using the changeset viewer.