You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2015/09/18 21:16:33 UTC

svn commit: r1703911 - /uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/src/test/java/org/apache/uima/ducc/orchestrator/jd/scheduler/test/TestSuite.java

Author: degenaro
Date: Fri Sep 18 19:16:32 2015
New Revision: 1703911

URL: http://svn.apache.org/viewvc?rev=1703911&view=rev
Log:
UIMA-4569 JD share reservation test code temporary disable

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/src/test/java/org/apache/uima/ducc/orchestrator/jd/scheduler/test/TestSuite.java

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/src/test/java/org/apache/uima/ducc/orchestrator/jd/scheduler/test/TestSuite.java
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/src/test/java/org/apache/uima/ducc/orchestrator/jd/scheduler/test/TestSuite.java?rev=1703911&r1=1703910&r2=1703911&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/src/test/java/org/apache/uima/ducc/orchestrator/jd/scheduler/test/TestSuite.java (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/src/test/java/org/apache/uima/ducc/orchestrator/jd/scheduler/test/TestSuite.java Fri Sep 18 19:16:32 2015
@@ -55,6 +55,18 @@ public class TestSuite {
 	private static DuccLogger logger = null;
 	
 	@Before
+	public void testBefore() {
+	}
+	
+	@After
+	public void testAfter() {
+	}
+	
+	@Test
+	public void test() {
+	}
+	
+	//@Before
 	public void before() {
 		ducc_home();
 		ducc_logger();
@@ -104,7 +116,7 @@ public class TestSuite {
 		System.setProperty(key, value);
 	}
 	
-	@After
+	//@After
 	public void after() {	
 	}
 
@@ -157,7 +169,7 @@ public class TestSuite {
 		}
 	}
 	
-	@Test
+	//@Test
 	public void testJdReservation() {
 		try {
 			IDuccWorkReservation dwr = new DuccWorkReservation();
@@ -179,7 +191,7 @@ public class TestSuite {
 		}
 	}
 	
-	@Test
+	//@Test
 	public void testJdSchedulerStatic() {
 		try {
 			JdHostProperties jdHostProperties = new JdHostProperties();
@@ -234,7 +246,7 @@ public class TestSuite {
 		}
 	}
 	
-	@Test
+	//@Test
 	public void testJdSchedulerDynamic() {
 		try {
 			DuccId jobId = new DuccId(999);