diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-10 14:40:12 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-10 14:40:12 +0000 |
| commit | 746c2a78d68e699931fd4c9f67749330bec705af (patch) | |
| tree | ff218ab27a0f65361b1a8f19ebe025f6e0096085 /qpid/java/client | |
| parent | 29a82e7bd0983153329dd4908be035bb28ab076d (diff) | |
| download | qpid-python-746c2a78d68e699931fd4c9f67749330bec705af.tar.gz | |
Fixed ant error due to lack of fscontext jar
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java b/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java index 0341077192..5f65597da9 100644 --- a/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java +++ b/qpid/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java @@ -21,6 +21,7 @@ import org.junit.Test; import org.junit.Assert; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.apache.qpid.client.transport.TransportConnection; import org.apache.qpid.client.vmbroker.AMQVMBrokerCreationException; import junit.framework.JUnit4TestAdapter; @@ -60,6 +61,8 @@ public class JNDIReferenceableTest TransportConnection.killVMBroker(1); } + + @Ignore("FSContext has been removed from repository. This needs redone with the PropertiesFileInitialContextFactory. QPID-84") @Test public void referenceable() { |
