From: Josh Micich Date: Fri, 1 Aug 2008 01:04:28 +0000 (+0000) Subject: Small update for c681530 bug 45519 X-Git-Tag: REL_3_2_FINAL~223 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5203a8ce6c48fe1af97c82f3524d96241b84ac3d;p=poi.git Small update for c681530 bug 45519 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@681572 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java b/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java index 32f3e77a70..8c43fa74eb 100644 --- a/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java +++ b/src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java @@ -963,7 +963,7 @@ public class TestDataValidation extends TestCase // and the DV records, Excel will not be able to open the workbook without error. if (nextSid == 0x0867) { - throw new AssertionFailedError("Identified bug XXXX"); + throw new AssertionFailedError("Identified bug 45519"); } assertEquals(DVRecord.sid, nextSid); }