From 4df2b25a8bc2e8ba86cad802a36c240699d12ec1 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Thu, 1 Feb 2007 10:52:24 +0000 Subject: [PATCH] Mark testcases for bug 172454 as failing. --- .../org/eclipse/cdt/internal/index/tests/IndexBugsTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexBugsTests.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexBugsTests.java index 530a6608522..c0b46ccce0f 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexBugsTests.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexBugsTests.java @@ -399,7 +399,7 @@ public class IndexBugsTests extends BaseTestCase { // typedef struct S20070201 { // int a; // } S20070201; - public void test172454_1() throws Exception { + public void _test172454_1() throws Exception { waitForIndexer(); String content= getContentsForTest(1)[0].toString(); @@ -434,7 +434,7 @@ public class IndexBugsTests extends BaseTestCase { // typedef struct S20070201 { // int a; // } S20070201; - public void test172454_2() throws Exception { + public void _test172454_2() throws Exception { waitForIndexer(); String content= getContentsForTest(1)[0].toString();