Small update for c681530 bug 45519

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@681572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Josh Micich 2008-08-01 01:04:28 +00:00
parent 9ec8702c99
commit 29af743583

View 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);
}