Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/FormulaUnitTest.cpp

    r266875 r3308b6  
    3535CPPUNIT_TEST_SUITE_REGISTRATION( FormulaUnittest );
    3636
    37 void FormulaUnittest::setUp(){}
    38 void FormulaUnittest::tearDown(){
     37void FormulaUnittest::setUp()
     38{
     39  // failing asserts should be thrown
     40  ASSERT_DO(Assert::Throw);
     41}
     42
     43void FormulaUnittest::tearDown()
     44{
    3945  World::purgeInstance();
    4046}
Note: See TracChangeset for help on using the changeset viewer.