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

Comparing trunk/OOPSE-4/test/math/Vector3TestCase.hpp (file contents):
Revision 1593 by tim, Mon Oct 18 21:03:15 2004 UTC vs.
Revision 1595 by tim, Tue Oct 19 04:21:07 2004 UTC

# Line 22 | Line 22 | class Vector3TestCase : public CPPUNIT_NS::TestFixture
22          void testOperators();
23          void testAccessEntries();
24          void testOtherTemplateFunctions();        
25 +    private:
26 +        Vector3d zero;
27 +        Vector3d one;
28 +        Vector3d two;
29 +        Vector3d v1;
30 +        Vector3d v2;
31 +        Vector3d v3;
32   };
33  
34   #endif //TEST_VECTO3RTESTCASE_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines