mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-10 15:50:26 -04:00
Fixed testNonExistant
test.
This commit is contained in:
parent
e867bdbf30
commit
3eabde7434
@ -236,7 +236,7 @@ public class test {
|
|||||||
TestArchive archive1 = new TestArchive(zimFile);
|
TestArchive archive1 = new TestArchive(zimFile);
|
||||||
fail("ERROR: Archive created with invalid Zim file!");
|
fail("ERROR: Archive created with invalid Zim file!");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
assertEquals("error 2 opening file \"" + zimFile, e.getMessage());
|
assertEquals("error 2 opening file \"" + zimFile + "\"", e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user