From eb58d641022cc394debd87838d2dce82066ff0bb Mon Sep 17 00:00:00 2001 From: mkv Date: Tue, 9 Feb 2016 14:52:28 +0300 Subject: [PATCH] Small corrections for issue CR27133_v690 --- tests/bugs/moddata_3/bug27133 | 2 +- tests/bugs/vis/bug26146 | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/bugs/moddata_3/bug27133 b/tests/bugs/moddata_3/bug27133 index e94c73bbeb..b82bdb64c2 100644 --- a/tests/bugs/moddata_3/bug27133 +++ b/tests/bugs/moddata_3/bug27133 @@ -17,4 +17,4 @@ donly result smallview fit display aE aF -checkview -screenshot -2d -path ${imagedir}/${test_image}.png +xwd ${imagedir}/${test_image}.png diff --git a/tests/bugs/vis/bug26146 b/tests/bugs/vis/bug26146 index b9dd6bf05b..e10b7ddb03 100644 --- a/tests/bugs/vis/bug26146 +++ b/tests/bugs/vis/bug26146 @@ -5,8 +5,14 @@ puts "==================================" puts "Select3D_ISensitivePointSet: Crash when clearing selections (only with TBB)" puts "==================================" -restore [locate_data_file crash_compound.brep] +restore [locate_data_file bug26146_crash_compound.brep] crash_compound vinit vdisplay crash_compound +vfit + +vdump ${imagedir}/${casename}_1.png + vremove crash_compound ;# crashed here + +vdump ${imagedir}/${casename}_2.png -- 2.39.5