Changeset 43ed42 for molecuilder/src/unittests/AtomDescriptorTest.cpp
- Timestamp:
- Mar 18, 2010, 2:48:20 PM (16 years ago)
- Children:
- 36b8d8
- Parents:
- 5738177
- File:
-
- 1 edited
-
molecuilder/src/unittests/AtomDescriptorTest.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/AtomDescriptorTest.cpp
r5738177 r43ed42 81 81 } 82 82 void AtomDescriptorTest::AtomIdTest(){ 83 #if 084 83 // test Atoms from boundaries and middle of the set 85 84 atom* testAtom; … … 106 105 testAtom = World::getInstance().getAtom(AtomById(outsideId)); 107 106 CPPUNIT_ASSERT(!testAtom); 108 #endif109 107 } 110 108 void AtomDescriptorTest::AtomCalcTest(){ … … 142 140 CPPUNIT_ASSERT_EQUAL( true , hasNoDuplicateAtoms(testAtoms)); 143 141 } 144 #if 0145 142 // exclude and include some atoms 146 143 { … … 158 155 CPPUNIT_ASSERT_EQUAL( atomIds[ATOM_COUNT/2], testAtoms[0]->getId()); 159 156 } 160 #endif161 157 }
Note:
See TracChangeset
for help on using the changeset viewer.
