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:
Sergey Vladimirov 2011-09-02 07:14:17 +00:00
parent 940d0e3efc
commit f93819a4e4
1 changed files with 2 additions and 1 deletions

View File

@ -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' +