You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by km...@apache.org on 2005/04/07 06:32:42 UTC

svn commit: r160372 - incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java

Author: kmarsden
Date: Wed Apr  6 21:32:41 2005
New Revision: 160372

URL: http://svn.apache.org/viewcvs?view=rev&rev=160372
Log:
Missed file with harness checkin to not send user id for client tests


Modified:
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java?view=diff&r1=160371&r2=160372
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java Wed Apr  6 21:32:41 2005
@@ -396,7 +396,7 @@
 	public static boolean isJCCConnection(String fm)
 	{
 		return fm.toUpperCase(Locale.ENGLISH).equals("DB2JCC") || 
-			fm.equals("DERBYNET");
+			fm.toUpperCase(Locale.ENGLISH).equals("DERBYNET");
 	}
 
     /**