Ignore:
Timestamp:
Feb 19, 2010, 11:49:54 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
01d28a
Parents:
5d4edf
Message:

Added a mechanism that allows the world to track changes done by the manipulators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/unittests/manipulateAtomsTest.hpp

    r5d4edf r9ef76a  
    2020  CPPUNIT_TEST ( testManipulateSimple );
    2121  CPPUNIT_TEST ( testManipulateExcluded );
     22  CPPUNIT_TEST ( testObserver );
    2223  CPPUNIT_TEST_SUITE_END();
    2324
     
    2829  void testManipulateSimple();
    2930  void testManipulateExcluded();
     31  void testObserver();
    3032
    3133private:
Note: See TracChangeset for help on using the changeset viewer.