Corrected integration
authorbugmaster <bugmaster@opencascade.com>
Fri, 27 Jul 2012 13:59:22 +0000 (17:59 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 27 Jul 2012 13:59:22 +0000 (17:59 +0400)
tests/boolean/bopfuse_simple/ZP6

index 34b16d8..6916796 100644 (file)
@@ -7,10 +7,11 @@ if {[array get env os_type] != ""} {
   set os $env(os_type)
 }
 if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"] != 0 && [string compare $os "Mandriva2010-64"] != 0} {
   set os $env(os_type)
 }
 if {[string compare $os "Debian50-64"] != 0 && [string compare $os "Debian60-64"] != 0 && [string compare $os "Mandriva2010-64"] != 0} {
-  puts "TODO #22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
-}
-if { [regexp -nocase {Windows} $os] == 1 } {
-  puts "TODO ?#22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
+  set inst ""
+  if { [regexp -nocase {Windows} $os] == 1 } {
+    set inst "?"
+  }
+  puts "TODO ${inst}#22911 ${os}: Faulty shapes in variables faulty_1 to faulty_"
 }
 
 ptorus a0 100 20
 }
 
 ptorus a0 100 20