Minor enhancements to the Decoder API + tests.

This commit is contained in:
Harald Kuhr
2012-05-21 23:56:47 +02:00
parent a4dfb7a009
commit 9492ed67f1
4 changed files with 9 additions and 5 deletions

View File

@@ -77,6 +77,10 @@ public abstract class DecoderAbstractTestCase extends ObjectAbstractTestCase {
@Test
public final void testStreams() throws Exception {
if (createCompatibleEncoder() == null) {
return;
}
for (int i = 1; i < 100; i++) {
try {
runStreamTest(i);