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

    r5738177 r43ed42  
    8383
    8484void atomsCalculationTest::testCalculateExcluded(){
    85 #if 0
    8685  atomId_t excluded = atomIds[ATOM_COUNT/2];
    8786  AtomsCalculation<atomId_t> *calc = World::getInstance().calcOnAtoms<atomId_t>(boost::bind(&atom::getId,_1),"FOO",AllAtoms() && !AtomById(excluded));
     
    9291  CPPUNIT_ASSERT(hasNoDuplicates(allIds));
    9392  CPPUNIT_ASSERT_EQUAL((size_t)(ATOM_COUNT-1),allIds.size());
    94 #endif
    9593}
Note: See TracChangeset for help on using the changeset viewer.