]> source.dussan.org Git - poi.git/commitdiff
Small update for c681530 bug 45519
authorJosh Micich <josh@apache.org>
Fri, 1 Aug 2008 01:04:28 +0000 (01:04 +0000)
committerJosh Micich <josh@apache.org>
Fri, 1 Aug 2008 01:04:28 +0000 (01:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@681572 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/hssf/usermodel/TestDataValidation.java

index 32f3e77a70d5c05bbb699c13b3d42ba9ceb79da1..8c43fa74eb2c68f4133086ab5db81d2019546053 100644 (file)
@@ -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);
        }