Adding test cases for chl grid
[occt.git] / tests / bugs / moddata / bug160_1
index 706a032..9295085 100755 (executable)
@@ -6,12 +6,12 @@ puts "(COMMON: A and B)"
 puts "========================"
 
 restore [locate_data_file buc60775a.brep] a 
-puts [checkshape a]
+checkshape a
 restore [locate_data_file buc60775b.brep] b
-puts [checkshape b]
+checkshape b
 
 bcommon result a b
-puts [checkshape result]
+checkshape result
 
 set nf [llength [explode result f]]
 if {$nf < 6} {