From eb46b12346155fe8e10f6b93ab6134a9f4f93c35 Mon Sep 17 00:00:00 2001 From: mkv Date: Fri, 10 Oct 2014 15:39:25 +0400 Subject: [PATCH] Correction of test case for issue CR25142 --- tests/mesh/data/standard/M1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/mesh/data/standard/M1 b/tests/mesh/data/standard/M1 index 4599a50ab8..d78592a4aa 100755 --- a/tests/mesh/data/standard/M1 +++ b/tests/mesh/data/standard/M1 @@ -1 +1,7 @@ set TheFileName shading_109.brep +if { [string compare ${command} "shading"] == 0 && [string compare ${group} "standard"] == 0} { + # +} else { + set bug_cross "OCC22687" + set nbcross(All) 4 +}