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:
@@ -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
21
tests/bugs/xde/bug24430
Normal 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
|
Reference in New Issue
Block a user