0027624: ViewerTest - vdrawtext command ignores text display options
[occt.git] / tests / feat / end
1 ## ==================================
2 ## File : End file for FEAT grids
3 ## Date : 01.02.2012
4 ## ==================================
5
6 if { [isdraw result] } {
7     #check if result is valid
8     puts [checkshape result]
9     
10     checkview -display result -2d -path ${imagedir}/${test_image}.png
11 } else {
12     puts "Error : The feat grid cannot be built."
13 }
14
15 # to end a test script
16 puts "TEST COMPLETED"