Changeset 43ed42 for molecuilder/src/unittests/atomsCalculationTest.cpp
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/atomsCalculationTest.cpp
r5738177 r43ed42 83 83 84 84 void atomsCalculationTest::testCalculateExcluded(){ 85 #if 086 85 atomId_t excluded = atomIds[ATOM_COUNT/2]; 87 86 AtomsCalculation<atomId_t> *calc = World::getInstance().calcOnAtoms<atomId_t>(boost::bind(&atom::getId,_1),"FOO",AllAtoms() && !AtomById(excluded)); … … 92 91 CPPUNIT_ASSERT(hasNoDuplicates(allIds)); 93 92 CPPUNIT_ASSERT_EQUAL((size_t)(ATOM_COUNT-1),allIds.size()); 94 #endif95 93 }
Note:
See TracChangeset
for help on using the changeset viewer.
