OSDN Git Service

Remove TestRunner.success field / Make postCompileTest return void
[android-x86/dalvik.git] / libcore / tools / runner / java / dalvik / runner / TestProperties.java
index 202d72d..1e90799 100644 (file)
@@ -41,9 +41,9 @@ final public class TestProperties {
     public static final String QUALIFIED_NAME = "qualifiedName";
 
     /**
-     * Name of the property used by TestActivity to determine which
-     * class to use as the TestRunner name. This class should be a
-     * subclass of TestRunner.
+     * Name of the property used by TestRunner to determine which
+     * class to use as the Runner name. This class should implement
+     * Runner.
      */
     public static final String RUNNER_CLASS = "runnerClass";