From 15f88c1218f72b14b22752e4b8f1a749aea18d41 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Fri, 27 Jul 2012 17:59:22 +0400 Subject: [PATCH] Corrected integration --- tests/boolean/bopfuse_simple/ZP6 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/boolean/bopfuse_simple/ZP6 b/tests/boolean/bopfuse_simple/ZP6 index 34b16d8a1f..691679600b 100644 --- a/tests/boolean/bopfuse_simple/ZP6 +++ b/tests/boolean/bopfuse_simple/ZP6 @@ -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} { - 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