diff options
author | Elliott Hughes <enh@google.com> | 2009-09-08 19:50:08 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2009-09-08 19:51:23 -0700 |
commit | 4436e76673c9e9a35cede47795b856b540d30cbb (patch) | |
tree | 32b5f95953376280e6b0bd7e9a22b1ae5907542d /luni/src | |
parent | f83581cce5a0f334103c7ef11ed718c6e08b215d (diff) | |
download | libcore-4436e76673c9e9a35cede47795b856b540d30cbb.zip libcore-4436e76673c9e9a35cede47795b856b540d30cbb.tar.gz libcore-4436e76673c9e9a35cede47795b856b540d30cbb.tar.bz2 |
Remove @KnownFailure from a working test.
The bug causing this test's known failure was fixed 2009-07-16.
Bug: 1481226
Diffstat (limited to 'luni/src')
-rw-r--r-- | luni/src/test/java/org/apache/harmony/luni/tests/java/lang/StringBuffer2Test.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/StringBuffer2Test.java b/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/StringBuffer2Test.java index 8b03ced..6bc1939 100644 --- a/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/StringBuffer2Test.java +++ b/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/StringBuffer2Test.java @@ -414,7 +414,6 @@ public class StringBuffer2Test extends junit.framework.TestCase { method = "ensureCapacity", args = {int.class} ) - @KnownFailure("Google TODO 1481226") public void test_ensureCapacityI() { // Test for method void java.lang.StringBuffer.ensureCapacity(int) StringBuffer sb = new StringBuffer(10); |