Author: rgodfrey
Date: Thu Jun 11 10:28:35 2015
New Revision: 1684850

URL: http://svn.apache.org/r1684850
Log:
NO-JIRA : Exclude long running test which simply tests Java subtraction

Modified:
    qpid/java/trunk/common/src/test/java/org/apache/qpid/util/SerialTest.java
    qpid/java/trunk/test-profiles/JavaExcludes

Modified: 
qpid/java/trunk/common/src/test/java/org/apache/qpid/util/SerialTest.java
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/common/src/test/java/org/apache/qpid/util/SerialTest.java?rev=1684850&r1=1684849&r2=1684850&view=diff
==============================================================================
--- qpid/java/trunk/common/src/test/java/org/apache/qpid/util/SerialTest.java 
(original)
+++ qpid/java/trunk/common/src/test/java/org/apache/qpid/util/SerialTest.java 
Thu Jun 11 10:28:35 2015
@@ -23,10 +23,12 @@ package org.apache.qpid.util;
 
 import junit.framework.TestCase;
 
+import org.apache.qpid.test.utils.QpidTestCase;
+
 /**
  *Junit tests for the Serial class 
  */
-public class SerialTest extends TestCase
+public class SerialTest extends QpidTestCase
 {
 
     /**

Modified: qpid/java/trunk/test-profiles/JavaExcludes
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/test-profiles/JavaExcludes?rev=1684850&r1=1684849&r2=1684850&view=diff
==============================================================================
--- qpid/java/trunk/test-profiles/JavaExcludes (original)
+++ qpid/java/trunk/test-profiles/JavaExcludes Thu Jun 11 10:28:35 2015
@@ -40,3 +40,6 @@ org.apache.qpid.systest.management.jmx.L
 org.apache.qpid.systest.rest.acl.LogViewerACLTest#*
 org.apache.qpid.systest.rest.LogRecordsRestTest#*
 org.apache.qpid.util.LogMonitorTest#*
+
+// Test runs for 2 minutes testing that subtraction works
+org.apache.qpid.util.SerialTest#testCorollary1



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to