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 | de2fc90b211a0c91e9c256bbff0352236abad007 (patch) | |
| tree | 1224789be421d302d9e0d368cc4d7f70c3a8a9a8 | |
| parent | f66097412c54d9f77bfd28725d03124e4e40150a (diff) | |
| download | qpid-python-de2fc90b211a0c91e9c256bbff0352236abad007.tar.gz | |
Fixed ant error due to lack of fscontext jar
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@473356 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java b/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java index 0341077192..5f65597da9 100644 --- a/java/client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java +++ b/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()      {  | 
