Changes in src/unittests/FormulaUnitTest.cpp [3308b6:266875]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/FormulaUnitTest.cpp
r3308b6 r266875 35 35 CPPUNIT_TEST_SUITE_REGISTRATION( FormulaUnittest ); 36 36 37 void FormulaUnittest::setUp() 38 { 39 // failing asserts should be thrown 40 ASSERT_DO(Assert::Throw); 41 } 42 43 void FormulaUnittest::tearDown() 44 { 37 void FormulaUnittest::setUp(){} 38 void FormulaUnittest::tearDown(){ 45 39 World::purgeInstance(); 46 40 }
Note:
See TracChangeset
for help on using the changeset viewer.