1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Rename testcase.

This commit is contained in:
Markus Schorn 2009-03-11 09:45:42 +00:00
parent 081d4ed5ac
commit c4f9cdbe49

View file

@ -1495,7 +1495,7 @@ public class IndexBugsTests extends BaseTestCase {
// #define BUG ok // #define BUG ok
// #include "h1.h" // #include "h1.h"
public void testIndirectContext_Bug228012() throws Exception { public void testIndirectContext_Bug267907() throws Exception {
String[] contents= getContentsForTest(3); String[] contents= getContentsForTest(3);
final IIndexManager indexManager = CCorePlugin.getIndexManager(); final IIndexManager indexManager = CCorePlugin.getIndexManager();
TestSourceReader.createFile(fCProject.getProject(), "h1.h", contents[0]); TestSourceReader.createFile(fCProject.getProject(), "h1.h", contents[0]);