mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-08 14:45:54 -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);
|
||||
fail("ERROR: Archive created with invalid Zim file!");
|
||||
} 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