From e26586550e07afaafffd93d3703c3fa6a1d96154 Mon Sep 17 00:00:00 2001 From: apn Date: Mon, 21 Jan 2013 18:27:00 +0400 Subject: [PATCH] Adjusting testing cases for current state of OCCT Signed-off-by: skv --- tests/chamfer/data/complex/B5 | 4 ++-- tests/chamfer/data/complex/B7 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/chamfer/data/complex/B5 b/tests/chamfer/data/complex/B5 index 7beffa21b6..2cf434de78 100644 --- a/tests/chamfer/data/complex/B5 +++ b/tests/chamfer/data/complex/B5 @@ -13,9 +13,9 @@ 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_8" } if {[string compare $group equal_dist] == 0} { - puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4" + 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 9fa9b37998..c242198f54 100644 --- a/tests/chamfer/data/complex/B7 +++ b/tests/chamfer/data/complex/B7 @@ -11,8 +11,8 @@ 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_8" } else { - puts "TODO OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4" + puts "TODO ?OCC22909 ${os}:Faulty shapes in variables faulty_1 to faulty_4" } } -- 2.39.5