ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/test/math/Vector3TestCase.hpp
(Generate patch)

Comparing trunk/test/math/Vector3TestCase.hpp (file contents):
Revision 102 by tim, Tue Oct 19 04:21:07 2004 UTC vs.
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC

# Line 4 | Line 4
4   #include <cppunit/extensions/HelperMacros.h>
5   #include "math/Vector3.hpp"
6  
7 < using namespace oopse;
7 > using namespace OpenMD;
8  
9   class Vector3TestCase : public CPPUNIT_NS::TestFixture {
10      CPPUNIT_TEST_SUITE( Vector3TestCase );
11      CPPUNIT_TEST(testConstructors);
12      CPPUNIT_TEST(testArithmetic);
13 +    CPPUNIT_TEST(testOperators);
14      CPPUNIT_TEST(testAccessEntries);
15      CPPUNIT_TEST(testOtherTemplateFunctions);
16      CPPUNIT_TEST_SUITE_END();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines