Merge change 9239 into donut

* changes:
  Since bug 1966269 is fixed, marking calprov tests as continuous=true
This commit is contained in:
Android (Google) Code Review
2009-07-31 10:55:10 -07:00

View File

@@ -305,11 +305,11 @@ See test_defs.xsd for more information.
coverage_target="Calendar"
continuous="true" />
<!-- Make continuous = "true" once the bug 1966269 is fixed -->
<test name="calprov"
build_path="packages/providers/CalendarProvider/tests"
package="com.android.providers.calendar.tests"
coverage_target="CalendarProvider" />
coverage_target="CalendarProvider"
continuous="true" />
<test name="camerastress"
build_path="packages/apps/Camera"