mirror of
https://github.com/apache/poi.git
synced 2025-02-08 11:04:53 +00:00
Update a test to match the new warning on short files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc00daac89
commit
36839e9f03
@ -152,7 +152,7 @@ public class TestRawDataBlock
|
|||||||
}
|
}
|
||||||
|
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"7 - Unable to read entire block; "+bts+" read before EOF; expected 512 bytes. Your document has probably been truncated!",
|
"7 - Unable to read entire block; "+bts+" read before EOF; expected 512 bytes. Your document was either written by software that ignores the spec, or has been truncated!",
|
||||||
(String)(logger.logged.get(0))
|
(String)(logger.logged.get(0))
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user