mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-08-03 19:16:10 -04:00
Update test with new error message
This commit is contained in:
parent
1188219fcb
commit
b9cf818cce
@ -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 opening as a split file: " + zimFile, e.getMessage());
|
||||
assertEquals("Error opening ZIM file: " + zimFile, e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user