Author: shawkins
Date: 2010-06-18 15:35:38 -0400 (Fri, 18 Jun 2010)
New Revision: 2258
Modified:
branches/7.0.x/client/src/test/java/org/teiid/net/socket/TestSocketServerInstanceImpl.java
Log:
updating the client to not do the version check
Modified:
branches/7.0.x/client/src/test/java/org/teiid/net/socket/TestSocketServerInstanceImpl.java
===================================================================
---
branches/7.0.x/client/src/test/java/org/teiid/net/socket/TestSocketServerInstanceImpl.java 2010-06-18
19:31:35 UTC (rev 2257)
+++
branches/7.0.x/client/src/test/java/org/teiid/net/socket/TestSocketServerInstanceImpl.java 2010-06-18
19:35:38 UTC (rev 2258)
@@ -34,6 +34,7 @@
import java.util.concurrent.Future;
import java.util.concurrent.TimeoutException;
+import org.junit.Ignore;
import org.junit.Test;
import org.teiid.client.security.ILogon;
import org.teiid.client.util.ResultsFuture;
@@ -160,6 +161,7 @@
}
}
+ @Ignore
@Test public void testVersionMismatch() throws Exception {
Handshake h = new Handshake();
h.setVersion("foo"); //$NON-NLS-1$
Show replies by date