commit | 3002bb4e43403ed21461a88d664da4e90a8ca4c1 | [log] [tgz] |
---|---|---|
author | Brian Muramatsu <btmura@google.com> | Tue Jun 05 16:48:27 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 05 16:48:27 2012 -0700 |
tree | 81317dee75363936bfaa35a80c40b683a26823c7 | |
parent | 7ec2c07efaff213d010d350e7b2d1609c1d0c1d9 [diff] | |
parent | 20cd6219c4b158b6d22fd1e62c8b9d756317a56a [diff] |
Merge "Fix AnimationTest#testSetAnimationListener" into jb-dev
diff --git a/tests/src/android/view/animation/cts/AnimationTestUtils.java b/tests/src/android/view/animation/cts/AnimationTestUtils.java index a2b786d..f9675c7 100644 --- a/tests/src/android/view/animation/cts/AnimationTestUtils.java +++ b/tests/src/android/view/animation/cts/AnimationTestUtils.java
@@ -81,6 +81,8 @@ return animation.hasEnded(); } }.run(); + + instrumentation.waitForIdleSync(); } /**