Ignore:
Timestamp:
Mar 18, 2010, 2:48:20 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
36b8d8
Parents:
5738177
Message:

Added custom Assert makro that allows ignoring asserts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/unittests/AtomDescriptorTest.cpp

    r5738177 r43ed42  
    8181}
    8282void AtomDescriptorTest::AtomIdTest(){
    83 #if 0
    8483  // test Atoms from boundaries and middle of the set
    8584  atom* testAtom;
     
    106105  testAtom = World::getInstance().getAtom(AtomById(outsideId));
    107106  CPPUNIT_ASSERT(!testAtom);
    108 #endif
    109107}
    110108void AtomDescriptorTest::AtomCalcTest(){
     
    142140    CPPUNIT_ASSERT_EQUAL( true , hasNoDuplicateAtoms(testAtoms));
    143141  }
    144 #if 0
    145142  // exclude and include some atoms
    146143  {
     
    158155    CPPUNIT_ASSERT_EQUAL( atomIds[ATOM_COUNT/2], testAtoms[0]->getId());
    159156  }
    160 #endif
    161157}
Note: See TracChangeset for help on using the changeset viewer.