Made test to compile. Seven need fixing and are not passing
[phpeclipse.git] / net.sourceforge.phpeclipse.test / src / net / sourceforge / phpeclipse / phpeditor / php / test / IdentifierIndexManagerTest.java
index ec1fe7b..b173880 100644 (file)
@@ -36,7 +36,7 @@ public class IdentifierIndexManagerTest extends TestCase {
                                .createLineCreator();
                try {
                        fManager.addInputStream(new StringBufferInputStream(testString),
-                                       "test", lineCreator);
+                                       "test", lineCreator, null);
                } catch (CoreException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();