From: apn Date: Mon, 21 Jan 2013 14:27:00 +0000 (+0400) Subject: Adjusting testing cases for current state of OCCT X-Git-Tag: V6_5_5~19 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e26586550e07afaafffd93d3703c3fa6a1d96154;p=occt-copy.git Adjusting testing cases for current state of OCCT Signed-off-by: skv --- 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" } }