Skip to content

Commit

Permalink
IDEX-2072: Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Zhukovskii committed Apr 8, 2015
1 parent e5f5f6b commit 75792fc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ public void testExport() throws Exception {
Response response = this.subversionApi.exportPath(tmpDir.toFile().getAbsolutePath(), "A/B", null);

Collection<String> items = ZipUtils.listEntries((InputStream) response.getEntity());
Collection<String> expected = Arrays.asList("lambda", "E/alpha", "E/beta");
assertEquals(items.size(), 3);
assertEquals(items, expected);
}

/**
Expand Down

0 comments on commit 75792fc

Please sign in to comment.