Salome HOME
Bug #486: SyntaxError: can't assign to operator after dump python.
[modules/hydro.git] / src / HYDROData / test_HYDROData_Image.cxx
index 8e5d8ad8da4352714ffe0b83f1bbc0ce8679b0fc..c67e7aff5e16fa770e5678112c669eddd4fb6fc7 100644 (file)
@@ -73,9 +73,6 @@ void test_HYDROData_Image::testReferences()
   Handle(HYDROData_Image) anImage3 = 
     Handle(HYDROData_Image)::DownCast(aDoc->CreateObject(KIND_IMAGE));
 
-  CPPUNIT_ASSERT(anImage1->ID() != anImage2->ID());
-  CPPUNIT_ASSERT(anImage2->ID() != anImage3->ID());
-
   // check initially there is no references
   CPPUNIT_ASSERT_EQUAL(anImage3->NbReferences(), 0);