From cfd2fd0a8045bdd6f14f7bdf2e0843f1db5f7796 Mon Sep 17 00:00:00 2001 From: abk Date: Wed, 9 Jan 2013 20:04:54 +0400 Subject: [PATCH] Error message was changed in test files: - chamfer/data/complex/B5, - chamfer/data/complex/B6, - chamfer/data/complex/B7. --- tests/chamfer/data/complex/B5 | 2 +- tests/chamfer/data/complex/B6 | 2 +- tests/chamfer/data/complex/B7 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/chamfer/data/complex/B5 b/tests/chamfer/data/complex/B5 index 7beffa21b6..4866bcc688 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_8" + 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/B6 b/tests/chamfer/data/complex/B6 index 2a0847c618..f70f1c735c 100644 --- a/tests/chamfer/data/complex/B6 +++ b/tests/chamfer/data/complex/B6 @@ -13,6 +13,6 @@ 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_12" + puts "TODO OCC22909 All:Faulty shapes in variables faulty_1 to faulty_" } } diff --git a/tests/chamfer/data/complex/B7 b/tests/chamfer/data/complex/B7 index 9fa9b37998..b026e6d30c 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_8" + 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" }