mirror of https://github.com/apache/poi.git
update test case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1164376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
940d0e3efc
commit
f93819a4e4
|
@ -78,7 +78,8 @@ public final class TestEscherBSERecord extends TestCase {
|
|||
EscherBSERecord record = createRecord();
|
||||
String expected = "org.apache.poi.ddf.EscherBSERecord:" + '\n' +
|
||||
" RecordId: 0xF007" + '\n' +
|
||||
" Options: 0x0001" + '\n' +
|
||||
" Version: 0x0001" + '\n' +
|
||||
" Instance: 0x0000" + '\n' +
|
||||
" BlipTypeWin32: 5" + '\n' +
|
||||
" BlipTypeMacOS: 5" + '\n' +
|
||||
" SUID: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 00]" + '\n' +
|
||||
|
|
Loading…
Reference in New Issue