Skip to content

Commit 05fdca3

Browse files
committed
No longer fails
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1470358 13f79535-47bb-0310-9956-ffa450edef68
1 parent bbb4c88 commit 05fdca3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/org/apache/commons/io/input/CharSequenceInputStreamTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ private void testIO_356(final int bufferSize, final int dataSize, final int read
157157
}
158158

159159
@Test
160-
@Ignore
161-
// fails for a different reason than IO-356
162160
public void testIO_356_B10_D10_S0_UTF16() throws Exception {
163161
testIO_356(10, 10, 0, "UTF-16");
164162
}

0 commit comments

Comments
 (0)