Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentJB committed May 28, 2018
1 parent fbdc32d commit 37ba12f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ public void testOIVIS() throws IOException, MalformedURLException, FitsException
Assert.fail(String.format("Data %s of file 1 not found in result of merge.", oiVis));
}
}
System.out.print("VJT: restant dans result: " + allResultOiVis);
System.out.print("VJT: dans f2: " + Arrays.toString(oiVis2));
for (OIVis oiVis : oiVis2) {
if (!allResultOiVis.remove(oiVis)) {
Assert.fail(String.format("Data %s of file 2 not found in result of merge.", oiVis));
Expand Down

0 comments on commit 37ba12f

Please sign in to comment.