You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2018/04/21 15:33:21 UTC

svn commit: r1829712 - in /db/derby/code/trunk/java/testing: build.xml org/apache/derbyTesting/functionTests/suites/derbyall.properties

Author: rhillegas
Date: Sat Apr 21 15:33:21 2018
New Revision: 1829712

URL: http://svn.apache.org/viewvc?rev=1829712&view=rev
Log:
DERBY-6945: Disable SimpleApp test until the demo moves out of the root package; commit derby-6945-29-aa-disable-SimpleApp-test.diff.

Modified:
    db/derby/code/trunk/java/testing/build.xml
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties

Modified: db/derby/code/trunk/java/testing/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/build.xml?rev=1829712&r1=1829711&r2=1829712&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/build.xml (original)
+++ db/derby/code/trunk/java/testing/build.xml Sat Apr 21 15:33:21 2018
@@ -66,8 +66,8 @@
       optimize="${optimize}"
       proceed="${proceed}"
       verbose="${verbose}"
-      srcdir="${derby.testing.src.dir}:${derby.demo.src.dir}:${derby.demo.src.dir}/simple"
-      excludes="nserverdemo/**,scores/**,vtis/**,workingwithderby/**"
+      srcdir="${derby.testing.src.dir}:${derby.demo.src.dir}"
+      excludes="nserverdemo/**,scores/**,vtis/**,workingwithderby/**,simple/**"
       destdir="${out.testing.dir}">
       <compilerarg value="-Xlint"/>
       <modulepath>

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties?rev=1829712&r1=1829711&r2=1829712&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/derbyall.properties Sat Apr 21 15:33:21 2018
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-suites=derbylang storeall xa derbytools derbynetclientmats encryptionAll simpledemo unit 
+suites=derbylang storeall xa derbytools derbynetclientmats encryptionAll unit 
 derby.debug.true=enableBtreeConsistencyCheck
 derby.stream.error.logSeverityLevel=0