Changeset 5738177 for molecuilder/src/unittests/AtomDescriptorTest.cpp
- Timestamp:
- Mar 17, 2010, 3:19:56 PM (16 years ago)
- Children:
- 43ed42
- Parents:
- d639c7
- git-author:
- Tillmann Crueger <crueger@…> (03/17/10 14:53:26)
- git-committer:
- Tillmann Crueger <crueger@…> (03/17/10 15:19:56)
- File:
-
- 1 edited
-
molecuilder/src/unittests/AtomDescriptorTest.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/AtomDescriptorTest.cpp
rd639c7 r5738177 81 81 } 82 82 void AtomDescriptorTest::AtomIdTest(){ 83 #if 0 83 84 // test Atoms from boundaries and middle of the set 84 85 atom* testAtom; … … 105 106 testAtom = World::getInstance().getAtom(AtomById(outsideId)); 106 107 CPPUNIT_ASSERT(!testAtom); 108 #endif 107 109 } 108 110 void AtomDescriptorTest::AtomCalcTest(){ … … 140 142 CPPUNIT_ASSERT_EQUAL( true , hasNoDuplicateAtoms(testAtoms)); 141 143 } 142 144 #if 0 143 145 // exclude and include some atoms 144 146 { … … 156 158 CPPUNIT_ASSERT_EQUAL( atomIds[ATOM_COUNT/2], testAtoms[0]->getId()); 157 159 } 160 #endif 158 161 }
Note:
See TracChangeset
for help on using the changeset viewer.
