Salome HOME
Merge branch 'omu/Launcher9'
[modules/kernel.git] / src / SALOMEDS / Test / SALOMEDSTest_Study.cxx
index dbf65e2e601696e1fa1ce27e4a0df2622041ab03..3c1574cc94b279aaa22d284d64f6857a102cc17a 100755 (executable)
@@ -42,9 +42,6 @@ void SALOMEDSTest::testStudy()
 
   CPPUNIT_ASSERT(componentIterator);
 
-  //Check method GetTransientReference
-  CPPUNIT_ASSERT(!study->GetTransientReference().empty());
-
   //Check method URL (get/set)
   study->URL("");
   CPPUNIT_ASSERT(study->URL() == "");