summaryrefslogtreecommitdiff
path: root/java/client
diff options
context:
space:
mode:
authorWeston M. Price <wprice@apache.org>2012-05-13 10:27:31 +0000
committerWeston M. Price <wprice@apache.org>2012-05-13 10:27:31 +0000
commitdeb59be85191e74047e5a139e75c5a61ef80b686 (patch)
tree860655fc53be4e414f1dd9fd3626f27b765ab020 /java/client
parent79627db5f4c6d2ffac6ec063b85638272db0aaca (diff)
downloadqpid-python-deb59be85191e74047e5a139e75c5a61ef80b686.tar.gz
QPID-3971:PropertiesFileInitialContextFactory cannot open file URI
*Fixed issue with unit test and temp file *Cleaned up PropertiesFileInitialContext getInitialContext() method git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1337830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
-rw-r--r--java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java b/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java
index 5f0fa9550f..8e9266ac61 100644
--- a/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java
+++ b/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java
@@ -51,7 +51,6 @@ public class PropertiesFileInitialContextFactoryTest extends TestCase
Properties properties = new Properties();
properties.load(this.getClass().getResourceAsStream("JNDITest.properties"));
- //Create the initial context
ctx = new InitialContext(properties);
}