summaryrefslogtreecommitdiff
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
commit579039c2ed9eaaebadaa49a6fc0e6d63b174ccfb (patch)
tree9b9c462ebf8e590dbba843410043ce35be48e998
parent850bd17e9cfc9196478bddf9668238db8432811f (diff)
downloadqpid-python-579039c2ed9eaaebadaa49a6fc0e6d63b174ccfb.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@1337830 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java b/qpid/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java
index 5f0fa9550f..8e9266ac61 100644
--- a/qpid/java/client/src/test/java/org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java
+++ b/qpid/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);
}