I would have thought you'd just leave this test in, and require
people to download the FSContext stuff?
--steve
On Nov 10, 2006, at 9:40 AM, [EMAIL PROTECTED] wrote:
Author: ritchiem
Date: Fri Nov 10 06:40:12 2006
New Revision: 473356
URL: http://svn.apache.org/viewvc?view=rev&rev=473356
Log:
Fixed ant error due to lack of fscontext jar
Modified:
incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/
test/unit/jndi/referenceabletest/JNDIReferenceableTest.java
Modified: incubator/qpid/trunk/qpid/java/client/test/src/org/apache/
qpid/test/unit/jndi/referenceabletest/JNDIReferenceableTest.java
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/
client/test/src/org/apache/qpid/test/unit/jndi/referenceabletest/
JNDIReferenceableTest.java?view=diff&rev=473356&r1=473355&r2=473356
======================================================================
========
--- incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/
test/unit/jndi/referenceabletest/JNDIReferenceableTest.java (original)
+++ incubator/qpid/trunk/qpid/java/client/test/src/org/apache/qpid/
test/unit/jndi/referenceabletest/JNDIReferenceableTest.java Fri Nov
10 06:40:12 2006
@@ -21,6 +21,7 @@
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 @@
TransportConnection.killVMBroker(1);
}
+
+ @Ignore("FSContext has been removed from repository. This
needs redone with the PropertiesFileInitialContextFactory. QPID-84")
@Test
public void referenceable()
{