Skip to content

Commit

Permalink
[PAXURL-244] adapt tests to changed number of files
Browse files Browse the repository at this point in the history
  • Loading branch information
hwellmann committed Mar 11, 2014
1 parent d56d081 commit a472035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -23,7 +23,7 @@ public void simple()

Connection con = new Connection( url, config );
InputStream inp = con.getInputStream();
FunctionalTest.dumpToConsole( inp, 15 );
FunctionalTest.dumpToConsole( inp, 16 );
}

}
Expand Up @@ -41,7 +41,7 @@ public void simpleRunWithRawApi()
assertNotNull( in );

// stream is filled lazily, so a complete read is important to verify
dumpToConsole( in, 15 );
dumpToConsole( in, 16 );
}

public static void dumpToConsole( InputStream in, int expecedEntries )
Expand Down

0 comments on commit a472035

Please sign in to comment.