Merge change 6767 into donut

* changes:
  Modify runtest test_defs to adjust for rename of cts-installtests.
This commit is contained in:
Android (Google) Code Review
2009-07-10 12:09:32 -07:00

View File

@@ -460,10 +460,10 @@ See test_defs.xsd for more information.
--> -->
<!-- host java tests --> <!-- host java tests -->
<test-host name="cts-appinstall" <test-host name="cts-appsecurity"
build_path="cts/tests/install-tests" build_path="cts/tests/appsecurity-tests"
class="com.android.cts.install.InstallTests" class="com.android.cts.appsecurity.AppSecurityTests"
jar_name="CtsInstallTests.jar" jar_name="CtsAppSecurityTests.jar"
cts="true" /> cts="true" />
</test-definitions> </test-definitions>