You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/09/25 16:53:42 UTC

svn commit: r1705317 - in /oodt/branches/dependency-update: ./ commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java

Author: magicaltrout
Date: Fri Sep 25 14:53:41 2015
New Revision: 1705317

URL: http://svn.apache.org/viewvc?rev=1705317&view=rev
Log:
OODT-839 update test runner

Modified:
    oodt/branches/dependency-update/   (props changed)
    oodt/branches/dependency-update/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java

Modified: oodt/branches/dependency-update/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java
URL: http://svn.apache.org/viewvc/oodt/branches/dependency-update/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java?rev=1705317&r1=1705316&r2=1705317&view=diff
==============================================================================
--- oodt/branches/dependency-update/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java (original)
+++ oodt/branches/dependency-update/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java Fri Sep 25 14:53:41 2015
@@ -40,8 +40,13 @@ import javax.naming.OperationNotSupporte
  * @author Kelly
  * @version $Revision: 1.1 $
  */
-class TestContext implements Context {
-	/**
+public class TestContext implements Context {
+
+
+  	public TestContext() {
+  	}
+
+  /**
 	 * Creates a new <code>TestContext</code> instance.
 	 *
 	 * @param prefix What every name must start with.