OODT-839 update test runner git-svn-id: https://svn.apache.org/repos/asf/oodt/branches/dependency-update@1705317 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/62ef5c08 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/62ef5c08 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/62ef5c08 Branch: refs/heads/master Commit: 62ef5c08843cac269b274a5ad35c5405ddd87361 Parents: 23f6be7 Author: Tom Barber <[email protected]> Authored: Fri Sep 25 14:53:41 2015 +0000 Committer: Tom Barber <[email protected]> Committed: Fri Sep 25 14:53:41 2015 +0000 ---------------------------------------------------------------------- .../org/apache/oodt/commons/object/jndi/TestContext.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/62ef5c08/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java ---------------------------------------------------------------------- diff --git a/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java b/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java index 59e5cc5..72711b0 100644 --- a/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java +++ b/commons/src/test/java/org/apache/oodt/commons/object/jndi/TestContext.java @@ -40,8 +40,13 @@ import javax.naming.OperationNotSupportedException; * @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.
