Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/FormulaUnitTest.cpp

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