Changeset 43ed42 for molecuilder/src/unittests/manipulateAtomsTest.cpp
- Timestamp:
- Mar 18, 2010, 2:48:20 PM (16 years ago)
- Children:
- 36b8d8
- Parents:
- 5738177
- File:
-
- 1 edited
-
molecuilder/src/unittests/manipulateAtomsTest.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/manipulateAtomsTest.cpp
r5738177 r43ed42 102 102 103 103 void manipulateAtomsTest::testManipulateExcluded(){ 104 #if 0 104 105 105 ManipulateAtomsProcess *proc = World::getInstance().manipulateAtoms(boost::bind(operation,_1),"FOO",AllAtoms() && !AtomById(ATOM_COUNT/2)); 106 106 proc->call(); … … 116 116 CPPUNIT_ASSERT(!atom->manipulated); 117 117 } 118 #endif119 118 } 120 119
Note:
See TracChangeset
for help on using the changeset viewer.
