| commit | f1253cd68a1ef45f4bb0c15d3e2834ca8f91e03f | [log] [tgz] |
|---|---|---|
| author | Brett Chabot <brettchabot@android.com> | Mon Jan 30 11:29:54 2012 -0800 |
| committer | Brett Chabot <brettchabot@android.com> | Wed Apr 11 19:01:30 2012 -0700 |
| tree | 5a3201faabf8ba048dcf5fb371900c15b4077f22 | |
| parent | 9766937ba57ca80977a68c681fdd4e46b6e1fd81 [diff] [blame] |
Upgrade junit.runner classes to their JUnit4.10 implementation. Bug 5826326 Change-Id: If7e4c48a4369c1056dee5a2049c891bb6ab7d8d0
diff --git a/test-runner/src/android/test/AssertionFailedError.java b/test-runner/src/android/test/AssertionFailedError.java index 7af5806..b3ac6d1 100644 --- a/test-runner/src/android/test/AssertionFailedError.java +++ b/test-runner/src/android/test/AssertionFailedError.java
@@ -19,8 +19,7 @@ /** * Thrown when an assertion failed. * - * Note: Most users of this class should simply use junit.framework.AssertionFailedError, - * which provides the same functionality. + * @deprecated use junit.framework.AssertionFailedError */ public class AssertionFailedError extends Error {