Salome HOME
Resolve batch runtime errors on debian squeeze
[modules/shaper.git] / src / GeomDataAPI / Test / TestConstants.py
1 #===============================================================================
2 # Test GeomDataAPI static methods
3 #===============================================================================
4 from GeomDataAPI import *
5 assert (GeomDataAPI_Point.typeId() == "Point")
6 assert (GeomDataAPI_Dir.typeId() == "Dir")  
7 assert (GeomDataAPI_Point2D.typeId() == "Point2D")