--- trunk/test/math/RectMatrixTestCase.hpp 2004/10/15 15:19:28 78 +++ branches/development/test/math/RectMatrixTestCase.hpp 2010/07/09 23:08:25 1465 @@ -5,9 +5,9 @@ #include "math/RectMatrix.hpp" /** - * @namespace oopse + * @namespace OpenMD */ -using namespace oopse; +using namespace OpenMD; typedef RectMatrix RMat2x2; typedef RectMatrix RMat2x3; @@ -26,7 +26,8 @@ class RectMatrixTestCase : public CPPUNIT_NS::TestFixt CPPUNIT_TEST(testMul); CPPUNIT_TEST(testDiv); CPPUNIT_TEST(testAccessEntries); - CPPUNIT_TEST(testTranspose); + CPPUNIT_TEST(testRowColOperations); + CPPUNIT_TEST(testOtherMemberFunctions); CPPUNIT_TEST_SUITE_END(); public: @@ -41,7 +42,8 @@ class RectMatrixTestCase : public CPPUNIT_NS::TestFixt void testMul(); void testDiv(); void testAccessEntries(); - void testTranspose(); + void testRowColOperations(); + void testOtherMemberFunctions(); private: RMat2x2 m1;