1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0003883: Problems of reading colors and layers in XDEDRAWEXE

# Test cases bugs/step/bug3883_1, bug3883_2, bug3883_3, bug3883_4, bug3883_5 creation
This commit is contained in:
apv 2017-06-14 15:51:21 +03:00 committed by bugmaster
parent 09324e85c8
commit 9c80aadfd8
5 changed files with 110 additions and 0 deletions

22
tests/bugs/step/bug3883_1 Normal file
View File

@ -0,0 +1,22 @@
puts "======="
puts "OCC3883"
puts "======="
puts ""
#######################################################
# Problems of reading colors and layers in XDEDRAWEXE
#######################################################
set theColors ""
set theLayers ""
ReadStep D [locate_data_file bug3883_xr2-ct-214_bolt.stp]
set theColors [XGetAllColors D]
set theLayers [XGetAllLayers D]
if {$theColors == ""} {
puts "ERROR: OCC3883 is reproduced. Colors have not been read."
}
if {$theLayers == ""} {
puts "ERROR: OCC3883 is reproduced. Layers have not been read."
}

22
tests/bugs/step/bug3883_2 Normal file
View File

@ -0,0 +1,22 @@
puts "======="
puts "OCC3883"
puts "======="
puts ""
#######################################################
# Problems of reading colors and layers in XDEDRAWEXE
#######################################################
set theColors ""
set theLayers ""
ReadStep D [locate_data_file bug3883_xr2-ct-214_l-bracket.stp]
set theColors [XGetAllColors D]
set theLayers [XGetAllLayers D]
if {$theColors == ""} {
puts "ERROR: OCC3883 is reproduced. Colors have not been read."
}
if {$theLayers == ""} {
puts "ERROR: OCC3883 is reproduced. Layers have not been read."
}

22
tests/bugs/step/bug3883_3 Normal file
View File

@ -0,0 +1,22 @@
puts "======="
puts "OCC3883"
puts "======="
puts ""
#######################################################
# Problems of reading colors and layers in XDEDRAWEXE
#######################################################
set theColors ""
set theLayers ""
ReadStep D [locate_data_file bug3883_xr2-ct-214_nut.stp]
set theColors [XGetAllColors D]
set theLayers [XGetAllLayers D]
if {$theColors == ""} {
puts "ERROR: OCC3883 is reproduced. Colors have not been read."
}
if {$theLayers == ""} {
puts "ERROR: OCC3883 is reproduced. Layers have not been read."
}

22
tests/bugs/step/bug3883_4 Normal file
View File

@ -0,0 +1,22 @@
puts "======="
puts "OCC3883"
puts "======="
puts ""
#######################################################
# Problems of reading colors and layers in XDEDRAWEXE
#######################################################
set theColors ""
set theLayers ""
ReadStep D [locate_data_file bug3883_xr2-ct-214_plate.stp]
set theColors [XGetAllColors D]
set theLayers [XGetAllLayers D]
if {$theColors == ""} {
puts "ERROR: OCC3883 is reproduced. Colors have not been read."
}
if {$theLayers == ""} {
puts "ERROR: OCC3883 is reproduced. Layers have not been read."
}

22
tests/bugs/step/bug3883_5 Normal file
View File

@ -0,0 +1,22 @@
puts "======="
puts "OCC3883"
puts "======="
puts ""
#######################################################
# Problems of reading colors and layers in XDEDRAWEXE
#######################################################
set theColors ""
set theLayers ""
ReadStep D [locate_data_file bug3883_xr2-ct-214_rod.stp]
set theColors [XGetAllColors D]
set theLayers [XGetAllLayers D]
if {$theColors == ""} {
puts "ERROR: OCC3883 is reproduced. Colors have not been read."
}
if {$theLayers == ""} {
puts "ERROR: OCC3883 is reproduced. Layers have not been read."
}