Skip to content

Commit

Permalink
with variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Innovimax committed Sep 30, 2015
1 parent 0602e6d commit 4ed17d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static void testAll(Process process, int size, Unit unit) throws QuiXExce
@Test
public void testAllXML50M() throws QuiXException, IOException {
for(Process process : Process.values()) {
testAll(Process.PARSE, 50, Unit.MBYTE);
testAll(process, 50, Unit.MBYTE);
}
assertTrue(true);
}
Expand Down

0 comments on commit 4ed17d1

Please sign in to comment.