| Index: dart/editor/tools/plugins/com.google.dart.tools.debug.core_test/src/com/google/dart/tools/debug/core/dartium/BreakpointManagerTest.java
|
| ===================================================================
|
| --- dart/editor/tools/plugins/com.google.dart.tools.debug.core_test/src/com/google/dart/tools/debug/core/dartium/BreakpointManagerTest.java (revision 31601)
|
| +++ dart/editor/tools/plugins/com.google.dart.tools.debug.core_test/src/com/google/dart/tools/debug/core/dartium/BreakpointManagerTest.java (working copy)
|
| @@ -18,6 +18,8 @@
|
| import com.google.dart.engine.source.ExplicitPackageUriResolverTest;
|
| import com.google.dart.tools.core.DartCore;
|
|
|
| +import static com.google.dart.engine.utilities.io.FileUtilities2.createFile;
|
| +
|
| import junit.framework.TestCase;
|
|
|
| import org.eclipse.core.resources.IFile;
|
| @@ -46,6 +48,7 @@
|
|
|
| public void test_getPackagePath() {
|
| if (!DartCore.isWindows()) {
|
| + MockBreakpointManager manager = new MockBreakpointManager();
|
| String path = manager.getPackagePath(
|
| createFile("/baz/lib/myLib.dart").getAbsolutePath(),
|
| null);
|
|
|