Modify test case bugs/mesh/bug28118
authorapn <apn@opencascade.com>
Thu, 24 Nov 2016 08:57:08 +0000 (11:57 +0300)
committerapn <apn@opencascade.com>
Thu, 24 Nov 2016 08:57:08 +0000 (11:57 +0300)
tests/bugs/mesh/bug28118

index fe38d2c..d27e71e 100644 (file)
@@ -6,6 +6,8 @@ puts ""
 # Mesh generation hangs then crashes
 ###########################################
 
 # Mesh generation hangs then crashes
 ###########################################
 
+pload DATAEXCHANGEKERNEL
+
 testreadstep [locate_data_file bug28118_18547.stp] result
 vclear
 vinit View1
 testreadstep [locate_data_file bug28118_18547.stp] result
 vclear
 vinit View1
@@ -23,5 +25,6 @@ if { $tri > 0 && $nod > 0 } {
   puts "OK: mesh was created correctly"
 } else {
   puts "Error: mesh was not built"
   puts "OK: mesh was created correctly"
 } else {
   puts "Error: mesh was not built"
+}
 
 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
 
 checkview -screenshot -3d -path ${imagedir}/${test_image}.png