From c283fa977c04b2e421a405923e8b28b633e69dcb Mon Sep 17 00:00:00 2001 From: abk Date: Fri, 15 Feb 2013 13:37:04 +0400 Subject: [PATCH] Error message was changed in tests: - blend complex F6, - F8, - bugs fclasses bug309, Error message was changed in test data files: - chamfer data complex B5, - B7, - heal data advanced ZD3, - standard R5. --- tests/blend/complex/F6 | 2 +- tests/blend/complex/F8 | 2 +- tests/bugs/fclasses/bug309 | 3 ++- tests/chamfer/data/complex/B5 | 2 +- tests/chamfer/data/complex/B7 | 2 +- tests/heal/data/advanced/ZD3 | 2 +- tests/heal/data/standard/R5 | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/tests/blend/complex/F6 b/tests/blend/complex/F6 index 8d0663c18b..5226fefb3c 100644 --- a/tests/blend/complex/F6 +++ b/tests/blend/complex/F6 @@ -3,7 +3,7 @@ ## Test : K7 ## Comment : from cts21020 ## ==================================== -puts "TODO OCC22817 All:Faulty shapes in variables faulty_1 to faulty_14" +puts "TODO OCC22817 All:Faulty shapes in variables faulty_1 to faulty_" restore [locate_data_file CFI_cts21020.rle] a explode a e diff --git a/tests/blend/complex/F8 b/tests/blend/complex/F8 index f7ac2a81c8..ba17072ccb 100644 --- a/tests/blend/complex/F8 +++ b/tests/blend/complex/F8 @@ -3,7 +3,7 @@ ## Test : K9 ## Comment : from pro13892 ## ==================================== -puts "TODO OCC22817 All:Faulty shapes in variables faulty_1 to faulty_8" +puts "TODO OCC22817 All:Faulty shapes in variables faulty_1 to faulty_" restore [locate_data_file CFI_pro13892.rle] a explode a e diff --git a/tests/bugs/fclasses/bug309 b/tests/bugs/fclasses/bug309 index 6ea96bebe5..b1b19a474d 100644 --- a/tests/bugs/fclasses/bug309 +++ b/tests/bugs/fclasses/bug309 @@ -1,4 +1,5 @@ -puts "TODO ?OCC12345 ALL: OCC309: ERROR 2" +puts "TODO ?OCC12345 ALL: OCC309: ERROR" +puts "TODO ?OCC12345 ALL: Faulty shapes in variables faulty_" puts "================" puts "OCC309" diff --git a/tests/chamfer/data/complex/B5 b/tests/chamfer/data/complex/B5 index 4866bcc688..27f5ac9e12 100644 --- a/tests/chamfer/data/complex/B5 +++ b/tests/chamfer/data/complex/B5 @@ -13,7 +13,7 @@ if { [string compare $command chamf] == 0 } { set os $env(os_type) } if {[string compare $group dist_angle] == 0} { - puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_" + puts "TODO ?OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_" } if {[string compare $group equal_dist] == 0} { puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4" diff --git a/tests/chamfer/data/complex/B7 b/tests/chamfer/data/complex/B7 index b026e6d30c..5fa542576b 100644 --- a/tests/chamfer/data/complex/B7 +++ b/tests/chamfer/data/complex/B7 @@ -11,7 +11,7 @@ if { [string compare $command chamf] == 0 } { set os $env(os_type) } if {[string compare $group dist_angle] == 0} { - puts "TODO OCC22909 All:Faulty shapes in variables faulty_1 to faulty_" + puts "TODO ?OCC22909 All:Faulty shapes in variables faulty_1 to faulty_" } else { puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4" } diff --git a/tests/heal/data/advanced/ZD3 b/tests/heal/data/advanced/ZD3 index a056c32c50..21f6e1ca54 100644 --- a/tests/heal/data/advanced/ZD3 +++ b/tests/heal/data/advanced/ZD3 @@ -1,5 +1,5 @@ if {[string compare $command "SplitAngle"] == 0 } { - puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_186 " + puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_ " } restore [locate_data_file GER61558.brep] a diff --git a/tests/heal/data/standard/R5 b/tests/heal/data/standard/R5 index bf7ae77a20..0cc5cf4c31 100644 --- a/tests/heal/data/standard/R5 +++ b/tests/heal/data/standard/R5 @@ -2,7 +2,7 @@ if { [string compare $command "ShapeConvertRev"] == 0 } { puts "TODO OCC23127 ALL: Error : The square of result shape is" } if {[string compare $command "SplitAngle"] == 0 } { - puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 " + puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_" } restore [locate_data_file CTO900_pro5363c.rle] a -- 2.39.5