Changeset db6b872 for molecuilder/src/unittests/AtomDescriptorTest.hpp
- Timestamp:
- Mar 4, 2010, 10:34:52 AM (16 years ago)
- Children:
- fe3540
- Parents:
- d50264 (diff), f058ef (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. - File:
-
- 1 moved
-
molecuilder/src/unittests/AtomDescriptorTest.hpp (moved) (moved from molecuilder/src/unittests/DescriptorUnittest.hpp ) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/AtomDescriptorTest.hpp
rd50264 rdb6b872 1 1 /* 2 * DescriptorUnittest.hpp2 * AtomDescriptorTest.hpp 3 3 * 4 4 * Created on: Feb 9, 2010 … … 6 6 */ 7 7 8 #ifndef DESCRIPTORUNITTEST_HPP_9 #define DESCRIPTORUNITTEST_HPP_8 #ifndef ATOMDESCRIPTORTEST_HPP_ 9 #define ATOMDESCRIPTORTEST_HPP_ 10 10 11 11 #include <cppunit/extensions/HelperMacros.h> 12 13 #include "defs.hpp" 12 14 13 15 #define ATOM_COUNT (10) … … 15 17 class atom; 16 18 17 class DescriptorUnittest : public CppUnit::TestFixture19 class AtomDescriptorTest : public CppUnit::TestFixture 18 20 { 19 CPPUNIT_TEST_SUITE( DescriptorUnittest );21 CPPUNIT_TEST_SUITE( AtomDescriptorTest ); 20 22 CPPUNIT_TEST ( AtomBaseSetsTest ); 21 23 CPPUNIT_TEST ( AtomIdTest ); … … 33 35 private: 34 36 atom *atoms [ATOM_COUNT]; 35 int atomIds [ATOM_COUNT];37 atomId_t atomIds [ATOM_COUNT]; 36 38 }; 37 39 38 #endif /* DESCRIPTORUNITTEST_HPP_ */40 #endif /* ATOMDESCRIPTORTEST_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.
