Show
Ignore:
Timestamp:
12/19/07 17:56:03 (9 months ago)
Author:
cneumann
Message:

changed: generic interface activated
fixed: single parent unlinking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldContainerTypeTest.cpp

    r626 r1033  
    5050TEST(CreateType) 
    5151{ 
    52    OSG::NodePtr n = OSG::Node::create(); 
     52   OSG::NodeRefPtr n = OSG::Node::create(); 
    5353   OSG::FieldContainerType& n_type(n->getType()); 
    5454   CHECK(n != OSGNullFC); 
     
    5757TEST(GetDocs) 
    5858{ 
    59    OSG::GroupPtr tc = OSG::Group::create(); 
     59   OSG::GroupRefPtr tc = OSG::Group::create(); 
    6060   OSG::FieldContainerType& group_type = tc->getType(); 
    6161 
     
    6969TEST(GetFieldDocs) 
    7070{ 
    71    OSG::GroupPtr tc = OSG::Group::create(); 
     71   OSG::GroupRefPtr tc = OSG::Group::create(); 
    7272   OSG::FieldContainerType& group_type(tc->getType()); 
    7373