Author: rhillegas
Date: Sat Dec 1 16:37:13 2018
New Revision: 1847903
URL: http://svn.apache.org/viewvc?rev=1847903&view=rev
Log:
DERBY-7011: Add lang suite to short-circuited tests; commit derby-7011-02-aa-shortCircuitAfterLangSuite.diff.
Modified:
db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/suites/AllPackages.java
Modified: db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/suites/AllPackages.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/suites/AllPackages.java?rev=1847903&r1=1847902&r2=1847903&view=diff
==============================================================================
--- db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/suites/AllPackages.java
(original)
+++ db/derby/code/trunk/java/org.apache.derby.tests/org/apache/derbyTesting/functionTests/suites/AllPackages.java
Sat Dec 1 16:37:13 2018
@@ -85,11 +85,10 @@ public class AllPackages extends BaseTes
ArrayList<Object> classes = new ArrayList<Object>();
classes.add(org.apache.derbyTesting.functionTests.tests.derbynet._Suite.class);
-
- if (shortCircuitFor_derby_7011()) { return classes; }
-
classes.add(org.apache.derbyTesting.functionTests.tests.lang._Suite.class);
+ if (shortCircuitFor_derby_7011()) { return classes; }
+
// DERBY-1903
// For the largedata test, just run the lite version of the test as
// the full test is too big.
|