From 7dd37838f7d39cfde13e763e6754333a61f3197a Mon Sep 17 00:00:00 2001 From: apn Date: Thu, 24 Nov 2016 11:57:08 +0300 Subject: [PATCH] Modify test case bugs/mesh/bug28118 --- tests/bugs/mesh/bug28118 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/bugs/mesh/bug28118 b/tests/bugs/mesh/bug28118 index fe38d2c074..d27e71e68c 100644 --- a/tests/bugs/mesh/bug28118 +++ b/tests/bugs/mesh/bug28118 @@ -6,6 +6,8 @@ puts "" # Mesh generation hangs then crashes ########################################### +pload DATAEXCHANGEKERNEL + 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" +} checkview -screenshot -3d -path ${imagedir}/${test_image}.png