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/manipulateAtomsTest.cpp

    r5738177 r43ed42  
    102102
    103103void manipulateAtomsTest::testManipulateExcluded(){
    104 #if 0
     104
    105105  ManipulateAtomsProcess *proc = World::getInstance().manipulateAtoms(boost::bind(operation,_1),"FOO",AllAtoms() && !AtomById(ATOM_COUNT/2));
    106106  proc->call();
     
    116116      CPPUNIT_ASSERT(!atom->manipulated);
    117117  }
    118 #endif
    119118}
    120119
Note: See TracChangeset for help on using the changeset viewer.