0025748: Parallel version of progress indicator
[occt.git] / tests / bugs / modalg_5 / bug22747
index 19365a8..9d694c3 100644 (file)
@@ -12,11 +12,10 @@ pload XSDRAW
 
 restore [locate_data_file OCC22765.brep] a
 vinit
-XProgress -tclOutput
 XProgress -t
 set List1 [sewing result 0.1 a]
 if { [string compare $List1 ""] != 0 } {
-    puts "Error: XProgress should not have any output in this mode"
+    puts "Error: XProgress should not have any DRAW output in this mode"
 } else {
     puts "Mode -t works properly"
 }