1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

0024430: vviewlist draw command does not added name of viewer created by XShow draw command

Remove ViewerTest_Tool, keep only one unified way to create viewer using ViewerTest - ViewerTest::ViewerInit().
Remove test case bugs/vis/buc60851 and command BUC60851.
Added test case bugs/xde/bug24430
This commit is contained in:
kgv
2014-05-22 17:26:26 +04:00
committed by apn
parent 63def8e679
commit 0e93d9e5b8
14 changed files with 142 additions and 392 deletions

View File

@@ -1,14 +0,0 @@
puts "============="
puts "BUC60851"
puts "============="
puts ""
##########################################################
## After several manipulations with Triedron of V3d_View class it raises an exception
## (detected in method Visual3d_View::TriedronDisplay)
##########################################################
BUC60851
vfit
set only_screen 1

21
tests/bugs/xde/bug24430 Normal file
View File

@@ -0,0 +1,21 @@
puts "============"
puts "OCC24430"
puts "============"
puts ""
#######################################################################################
# vviewlist draw command does not added name of viewer created by XShow draw command
#######################################################################################
pload DCAF
NewDocument D XmlXCAF
ReadIges D [locate_data_file bug23921_case2.igs]
XShow D
set info [vviewlist long]
if { $info == "" } {
puts "Error: viewer name was not added"
} else {
puts "OK: viewer name was added"
}
set only_screen 1