OSDN Git Service

Fix code coverage definitions for the test-runner tests.
authorBrett Chabot <brettchabot@android.com>
Sun, 21 Feb 2010 04:07:38 +0000 (20:07 -0800)
committerBrett Chabot <brettchabot@android.com>
Sun, 21 Feb 2010 04:07:38 +0000 (20:07 -0800)
Change-Id: I04aaad10fd116a36e6100fb19b39dc108233022d

testrunner/coverage_targets.xml
testrunner/test_defs.xml

index 869c905..09da0c8 100644 (file)
@@ -52,9 +52,7 @@
         <src path="wifi/java" />
     </coverage_target>
     <coverage_target name="android.test.runner"
-        build_path="frameworks/base/test-runner" type="JAVA_LIBRARIES">
-        <src path="." />
-    </coverage_target>
+        build_path="frameworks/base/test-runner" type="JAVA_LIBRARIES" />
    
    <!-- apps -->
     <coverage_target name="ApiDemos" build_path="development/samples/ApiDemos"
index 9b3b7ca..381190c 100644 (file)
@@ -80,9 +80,9 @@ See test_defs.xsd for more information.
     continuous="true" />
 
 <test name="frameworks-testrunner"
-    build_path="frameworks/base/test-runner/tests"
+    build_path="frameworks/base/test-runner"
     package="com.android.frameworks.testrunner.tests"
-    coverage_target="framework"
+    coverage_target="android.test.runner"
     continuous="true" />
 
 <test name="frameworks-vpn"