OSDN Git Service

Fix DalvikRunner on the dalvik-dev branch.
authorElliott Hughes <enh@google.com>
Wed, 24 Feb 2010 02:05:54 +0000 (18:05 -0800)
committerElliott Hughes <enh@google.com>
Wed, 24 Feb 2010 02:05:54 +0000 (18:05 -0800)
(Longer term, we want to package junit, but this gets us running again.)

libcore/tools/runner/java/dalvik/runner/Mode.java

index c2d6b14..3ffd88f 100644 (file)
@@ -70,7 +70,7 @@ abstract class Mode {
             // TODO: we should be able to work with a shipping SDK, not depend on out/...
             // dalvik/libcore/**/test/ for junit
             // TODO: jar up just the junit classes and drop the jar in our lib/ directory.
-            new File("out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/classes.jar").getAbsoluteFile());
+            new File("out/target/common/obj/JAVA_LIBRARIES/core-tests-luni_intermediates/classes.jar").getAbsoluteFile());
 
     Mode(Environment environment, long timeoutSeconds, File sdkJar) {
         this.environment = environment;