You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rg...@apache.org on 2015/06/11 12:28:36 UTC

svn commit: r1684850 - in /qpid/java/trunk: common/src/test/java/org/apache/qpid/util/SerialTest.java test-profiles/JavaExcludes

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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org