You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2008/05/07 11:41:05 UTC

svn commit: r654056 - /poi/trunk/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java

Author: nick
Date: Wed May  7 02:41:03 2008
New Revision: 654056

URL: http://svn.apache.org/viewvc?rev=654056&view=rev
Log:
Update a test to match the new warning on short files

Modified:
    poi/trunk/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java

Modified: poi/trunk/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java?rev=654056&r1=654055&r2=654056&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java Wed May  7 02:41:03 2008
@@ -152,7 +152,7 @@
 	            }
 	            
 	            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 {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org