Changeset 457 for trunk/Source/System/FieldContainer/Node/OSGNodeTest.cpp
- Timestamp:
- 12/24/06 07:27:43 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/FieldContainer/Node/OSGNodeTest.cpp
r447 r457 49 49 #include <string> 50 50 #include <vector> 51 52 SUITE(NodeTests) 53 { 51 54 52 55 TEST(CreateNode) … … 203 206 CHECK(clone03->getChild(2)->getChild(1)->getCore() == OSG::NullFC); 204 207 } 208 209 } // SUITE
