Salome HOME
Resolve batch runtime errors on debian squeeze
[modules/shaper.git] / src / GeomDataAPI / Test / TestConstants.py
index bb6bc044afec44519b189ad7d18acd6b5765f06a..2af03aba1ef9cb28edc1b8b645aa1337c8f33b08 100644 (file)
@@ -2,6 +2,6 @@
 # Test GeomDataAPI static methods
 #===============================================================================
 from GeomDataAPI import *
-assert (GeomDataAPI_Point.type() == "Point")
-assert (GeomDataAPI_Dir.type() == "Dir")  
-assert (GeomDataAPI_Point2D.type() == "Point2D")  
\ No newline at end of file
+assert (GeomDataAPI_Point.typeId() == "Point")
+assert (GeomDataAPI_Dir.typeId() == "Dir")  
+assert (GeomDataAPI_Point2D.typeId() == "Point2D")  
\ No newline at end of file