Salome HOME
fixed incorrect call to salome.salome_init()
[modules/shaper.git] / test.API / SHAPER / Transformations / TestAPI_Scale.py
index bc2c41a7fd112784b0c78b3434a86baddcb7c208..4538f9304d7635484f66319feefac1fa4df34463 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -86,7 +86,7 @@ except myExcept as ec :
 try :
     Scale_20 = shaperpy.makeScale(shape(), pntOrigin, 2.)
 except myExcept as ec :
-    assert(ec.what() == "Scale builder :: source shape does not contain any actual shape.")
+    assert(ec.what() == "Transformation :: source shape does not contain any actual shape.")
 
 try :
     Scale_21 = shaperpy.makeScale(shape(), pntOrigin, 2., 3., 1.)