Changeset 0647f4 for molecuilder/src/unittests
- Timestamp:
- May 8, 2010, 12:17:30 PM (15 years ago)
- Children:
- 401b97
- Parents:
- abde75 (diff), d3513b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- molecuilder/src/unittests
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/Makefile.am
rabde75 r0647f4 32 32 PlaneUnittest \ 33 33 ObserverTest \ 34 ParserUnitTest \ 34 35 SingletonTest \ 35 36 StackClassUnitTest \ … … 73 74 PlaneUnittest.cpp \ 74 75 ObserverTest.cpp \ 76 ParserUnitTest.cpp \ 75 77 SingletonTest.cpp \ 76 78 stackclassunittest.cpp \ … … 204 206 AtomDescriptorTest_LDADD = ${ALLLIBS} 205 207 208 ParserUnitTest_SOURCES = UnitTestMain.cpp ParserUnitTest.cpp ParserUnitTest.hpp 209 ParserUnitTest_LDADD = ${ALLLIBS} 210 206 211 manipulateAtomsTest_SOURCES = UnitTestMain.cpp manipulateAtomsTest.cpp manipulateAtomsTest.hpp 207 212 manipulateAtomsTest_LDADD = ${ALLLIBS} -
molecuilder/src/unittests/SingletonTest.cpp
rabde75 r0647f4 52 52 count1++; 53 53 } 54 // explicit copy constructor to catch if th siis ever called54 // explicit copy constructor to catch if this is ever called 55 55 SingletonStub2(const SingletonStub2&){ 56 56 CPPUNIT_FAIL ( "Copy constructor of Singleton called" );
Note:
See TracChangeset
for help on using the changeset viewer.