]> source.dussan.org Git - poi.git/commitdiff
Update a test to match the new warning on short files
authorNick Burch <nick@apache.org>
Wed, 7 May 2008 09:41:03 +0000 (09:41 +0000)
committerNick Burch <nick@apache.org>
Wed, 7 May 2008 09:41:03 +0000 (09:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654056 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java

index 73ddcad54312b376929c13a6f54916270066a748..a4cdb734a602f71bd309bbf4bbdec7ba9067a2d1 100644 (file)
@@ -152,7 +152,7 @@ public class TestRawDataBlock
                    }
                    
                    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))
                    );
             } else {