]> OCCT Git - occt-copy.git/commitdiff
Adjusting testing cases for current state of OCCT
authorapn <apn@opencascade.com>
Mon, 21 Jan 2013 14:27:00 +0000 (18:27 +0400)
committerskv <skv@opencascade.com>
Fri, 22 Feb 2013 09:25:44 +0000 (13:25 +0400)
Signed-off-by: skv <skv@opencascade.com>
tests/chamfer/data/complex/B5
tests/chamfer/data/complex/B7

index 7beffa21b6fabca86799f6868db827fd6b4d9406..2cf434de7890ec94a8f8031028f74d5525e71b62 100644 (file)
@@ -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"
   }
 }
index 9fa9b37998bc7ff1eff091f98d10463542e052f5..c242198f54ae5a9cce70fcb05bd7cbab44364d45 100644 (file)
@@ -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"
   }
 }