]> source.dussan.org Git - poi.git/commitdiff
AllXSSFTests fixed after moving TestCellReference
authorPaolo Mottadelli <paolo@apache.org>
Sun, 6 Apr 2008 20:51:58 +0000 (20:51 +0000)
committerPaolo Mottadelli <paolo@apache.org>
Sun, 6 Apr 2008 20:51:58 +0000 (20:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645307 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/AllXSSFTests.java

index 25a524ab001de31ef51a938e4994c6e9c2ba04c8..ad53d9fa29db6f9ba97c035d626a8c77aa2c0c25 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.xssf;
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
+import org.apache.poi.ss.util.TestCellReference;
 import org.apache.poi.xssf.eventusermodel.TestXSSFReader;
 import org.apache.poi.xssf.extractor.TestXSSFExcelExtractor;
 import org.apache.poi.xssf.io.TestLoadSaveXSSF;
@@ -27,7 +28,6 @@ import org.apache.poi.xssf.model.TestCommentsTable;
 import org.apache.poi.xssf.model.TestStylesTable;
 import org.apache.poi.xssf.usermodel.AllXSSFUsermodelTests;
 import org.apache.poi.xssf.util.TestCTColComparator;
-import org.apache.poi.xssf.util.TestCellReference;
 import org.apache.poi.xssf.util.TestNumericRanges;
 
 /**