Salome HOME
TestSketchBasics.py has been refactored
[modules/shaper.git] / src / GeomDataAPI / Test / TestConstants.py
diff --git a/src/GeomDataAPI/Test/TestConstants.py b/src/GeomDataAPI/Test/TestConstants.py
new file mode 100644 (file)
index 0000000..bb6bc04
--- /dev/null
@@ -0,0 +1,7 @@
+#===============================================================================
+# 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