Loading ravenwood/scripts/run-ravenwood-tests.sh +1 −1 Original line number Diff line number Diff line Loading @@ -204,4 +204,4 @@ if (( ! $build_only )) ; then done fi run $dry_run ${ATEST:-atest} $atest_opts "${targets[@]}" "${extra_args[@]}" run $dry_run ${ATEST:-atest} --class-level-report $atest_opts "${targets[@]}" "${extra_args[@]}" ravenwood/tests/bivalenttest/test/com/android/ravenwoodtest/bivalenttest/RavenwoodActivityThreadTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.ravenwoodtest.coretest; package com.android.ravenwoodtest.bivalenttest; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; Loading Loading
ravenwood/scripts/run-ravenwood-tests.sh +1 −1 Original line number Diff line number Diff line Loading @@ -204,4 +204,4 @@ if (( ! $build_only )) ; then done fi run $dry_run ${ATEST:-atest} $atest_opts "${targets[@]}" "${extra_args[@]}" run $dry_run ${ATEST:-atest} --class-level-report $atest_opts "${targets[@]}" "${extra_args[@]}"
ravenwood/tests/bivalenttest/test/com/android/ravenwoodtest/bivalenttest/RavenwoodActivityThreadTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.ravenwoodtest.coretest; package com.android.ravenwoodtest.bivalenttest; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; Loading