Salome HOME
Merge multi-study removal branch.
[modules/kernel.git] / src / SALOMEDS / Test / SALOMEDSTest_SObject.cxx
index 2899ce0380ab83068d1d7e21814efb7efd5dd24b..4da0748a895d15b16a064e9e4e4bdc18e197deb1 100755 (executable)
@@ -87,9 +87,6 @@ void SALOMEDSTest::testSObject()
   CPPUNIT_ASSERT(so->FindSubObject(1, so2));
   CPPUNIT_ASSERT(so2->GetID() == so1->GetID());
 
-  //Check method GetStudy
-  CPPUNIT_ASSERT(so->GetStudy() == study);
-
   //Check methods Name
   so->Name("test");
   CPPUNIT_ASSERT(so->Name() == "test");