From 579039c2ed9eaaebadaa49a6fc0e6d63b174ccfb Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Sun, 13 May 2012 10:27:31 +0000 Subject: 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 --- .../org/apache/qpid/jndi/PropertiesFileInitialContextFactoryTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/java') 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); } -- cgit v1.2.1