Salome HOME
Adjust test according to new behavior
[modules/shaper.git] / test.API / SHAPER / Transformations / TestAPI_MultiRotation.py
index f20b8b1a0f6c443c8040a913cb8674df9b46151d..1c063206cfa8ba2ef79efd81f63282c9bc8d0596 100644 (file)
@@ -50,7 +50,7 @@ except myExcept as ec:
 try:
   MultiRotation_4 = shaperpy.makeMultiRotation(None, ax1, 45., 5)
 except myExcept as ec:
-  assert(ec.what() == "Rotation builder :: source shape is not valid.")
+  assert(ec.what() == "Transformation :: incorrect input data.")
 
 try:
   MultiRotation_5 = shaperpy.makeMultiRotation(Box_4, None, 45., 5)
@@ -67,7 +67,7 @@ except myExcept as ec:
 try:
   MultiRotation_8 = shaperpy.makeMultiRotation(None, ax1, 5)
 except myExcept as ec:
-  assert(ec.what() == "Rotation builder :: source shape is not valid.")
+  assert(ec.what() == "Transformation :: incorrect input data.")
 
 try:
   MultiRotation_9 = shaperpy.makeMultiRotation(Box_7, None, 5)