From a9ed54e45921e6ce5f62ab0a30a2e4a3edc9f799 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Mon, 8 Mar 2004 15:08:59 +0000 Subject: [PATCH] Fixed the compile error in the Dependency Test. --- .../org/eclipse/cdt/core/indexer/tests/DependencyTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core.tests/indexer/org/eclipse/cdt/core/indexer/tests/DependencyTests.java b/core/org.eclipse.cdt.core.tests/indexer/org/eclipse/cdt/core/indexer/tests/DependencyTests.java index e8a23ae0847..235cf3630ae 100644 --- a/core/org.eclipse.cdt.core.tests/indexer/org/eclipse/cdt/core/indexer/tests/DependencyTests.java +++ b/core/org.eclipse.cdt.core.tests/indexer/org/eclipse/cdt/core/indexer/tests/DependencyTests.java @@ -583,7 +583,7 @@ import org.eclipse.core.runtime.Platform; private String[] convertToLocalPath(String[] model) { - IPath defaultPath = Platform.getInstanceLocation(); + IPath defaultPath = new Path("");//Platform.getInstanceLocation(); String[] tempLocalArray = new String[model.length]; for (int i=0;i