You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/11/06 09:51:49 UTC

svn commit: r1712921 - /poi/trunk/src/testcases/org/apache/poi/ss/formula/AllSSFormulaTests.java

Author: onealj
Date: Fri Nov  6 08:51:49 2015
New Revision: 1712921

URL: http://svn.apache.org/viewvc?rev=1712921&view=rev
Log:
remove TestWorkbookEvaluator from junit3 test suite since it was upgraded to junit4 in r1712908

Modified:
    poi/trunk/src/testcases/org/apache/poi/ss/formula/AllSSFormulaTests.java

Modified: poi/trunk/src/testcases/org/apache/poi/ss/formula/AllSSFormulaTests.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/formula/AllSSFormulaTests.java?rev=1712921&r1=1712920&r2=1712921&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/ss/formula/AllSSFormulaTests.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/ss/formula/AllSSFormulaTests.java Fri Nov  6 08:51:49 2015
@@ -31,7 +31,7 @@ public final class AllSSFormulaTests {
 		TestSuite result = new TestSuite(AllSSFormulaTests.class.getName());
 		result.addTestSuite(TestCellCacheEntry.class);
 		result.addTestSuite(TestEvaluationCache.class);
-		result.addTestSuite(TestWorkbookEvaluator.class);
+		// result.addTestSuite(TestWorkbookEvaluator.class); // upgraded to junit4
 		result.addTestSuite(TestForkedEvaluator.class);
 		return result;
 	}



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org