]> source.dussan.org Git - poi.git/commitdiff
fixed bug number in junit msg - from r656893 bug 44523
authorJosh Micich <josh@apache.org>
Fri, 16 May 2008 19:24:47 +0000 (19:24 +0000)
committerJosh Micich <josh@apache.org>
Fri, 16 May 2008 19:24:47 +0000 (19:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657180 13f79535-47bb-0310-9956-ffa450edef68

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

index 587e9079252afd27740387d1479af1f3b15efad5..cb5b3d3554d5af813f4b73aed75c09fdf84cba3d 100644 (file)
@@ -232,11 +232,11 @@ public final class TestHSSFWorkbook extends TestCase {
         // Demonstrate bug 44525:
         // Well... not quite, since isActive + isSelected were also added in the same bug fix
         if (sheet1.isSelected()) {
-            throw new AssertionFailedError("Identified bug 44525 a");
+            throw new AssertionFailedError("Identified bug 44523 a");
         }
         wb.setActiveSheet(1);
         if (sheet1.isActive()) {
-            throw new AssertionFailedError("Identified bug 44525 b");
+            throw new AssertionFailedError("Identified bug 44523 b");
         }
 
         confirmActiveSelected(sheet1, false);