Changeset 5738177 for molecuilder/src/unittests/manipulateAtomsTest.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/manipulateAtomsTest.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/manipulateAtomsTest.cpp
rd639c7 r5738177 102 102 103 103 void manipulateAtomsTest::testManipulateExcluded(){ 104 #if 0 104 105 ManipulateAtomsProcess *proc = World::getInstance().manipulateAtoms(boost::bind(operation,_1),"FOO",AllAtoms() && !AtomById(ATOM_COUNT/2)); 105 106 proc->call(); … … 115 116 CPPUNIT_ASSERT(!atom->manipulated); 116 117 } 118 #endif 117 119 } 118 120 … … 120 122 countObserver *obs = new countObserver(); 121 123 World::getInstance().signOn(obs); 122 ManipulateAtomsProcess *proc = World::getInstance().manipulateAtoms(boost::bind(operation,_1),"FOO",AllAtoms() && !AtomById(ATOM_COUNT/2));124 ManipulateAtomsProcess *proc = World::getInstance().manipulateAtoms(boost::bind(operation,_1),"FOO",AllAtoms()); 123 125 proc->call(); 124 126
Note:
See TracChangeset
for help on using the changeset viewer.
