From 9c80aadfd8bdc1d5533cc6d0528b7bb70f05bd7f Mon Sep 17 00:00:00 2001 From: apv Date: Wed, 14 Jun 2017 15:51:21 +0300 Subject: [PATCH] 0003883: Problems of reading colors and layers in XDEDRAWEXE # Test cases bugs/step/bug3883_1, bug3883_2, bug3883_3, bug3883_4, bug3883_5 creation --- tests/bugs/step/bug3883_1 | 22 ++++++++++++++++++++++ tests/bugs/step/bug3883_2 | 22 ++++++++++++++++++++++ tests/bugs/step/bug3883_3 | 22 ++++++++++++++++++++++ tests/bugs/step/bug3883_4 | 22 ++++++++++++++++++++++ tests/bugs/step/bug3883_5 | 22 ++++++++++++++++++++++ 5 files changed, 110 insertions(+) create mode 100644 tests/bugs/step/bug3883_1 create mode 100644 tests/bugs/step/bug3883_2 create mode 100644 tests/bugs/step/bug3883_3 create mode 100644 tests/bugs/step/bug3883_4 create mode 100644 tests/bugs/step/bug3883_5 diff --git a/tests/bugs/step/bug3883_1 b/tests/bugs/step/bug3883_1 new file mode 100644 index 0000000000..d32fe8452e --- /dev/null +++ b/tests/bugs/step/bug3883_1 @@ -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." +} diff --git a/tests/bugs/step/bug3883_2 b/tests/bugs/step/bug3883_2 new file mode 100644 index 0000000000..c07179991e --- /dev/null +++ b/tests/bugs/step/bug3883_2 @@ -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." +} diff --git a/tests/bugs/step/bug3883_3 b/tests/bugs/step/bug3883_3 new file mode 100644 index 0000000000..cb522270f7 --- /dev/null +++ b/tests/bugs/step/bug3883_3 @@ -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." +} diff --git a/tests/bugs/step/bug3883_4 b/tests/bugs/step/bug3883_4 new file mode 100644 index 0000000000..cd4c5b3392 --- /dev/null +++ b/tests/bugs/step/bug3883_4 @@ -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." +} diff --git a/tests/bugs/step/bug3883_5 b/tests/bugs/step/bug3883_5 new file mode 100644 index 0000000000..5e74360b53 --- /dev/null +++ b/tests/bugs/step/bug3883_5 @@ -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." +}