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/06/22 06:55:00 UTC

svn commit: r191764 - /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java

Author: kmarsden
Date: Tue Jun 21 21:55:00 2005
New Revision: 191764

URL: http://svn.apache.org/viewcvs?rev=191764&view=rev
Log:
Backout prematurely committed test change 
	

Modified:
    incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java
URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java?rev=191764&r1=191763&r2=191764&view=diff
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java (original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/dataSourcePermissions_net.java Tue Jun 21 21:55:00 2005
@@ -127,11 +127,8 @@
 						   TestUtil.getJdbcUrlPrefix("localhost",
 													 NETWORKSERVER_PORT) +
 						   "wombat;create=true");
-		if (TestUtil.isJCCFramework())
-		{
-			System.setProperty("ij.user", "EDWARD");
-			System.setProperty("ij.password", "noodle");
-		}
+		System.setProperty("ij.user", "EDWARD");
+		System.setProperty("ij.password", "noodle");
 
 	}
 
@@ -189,11 +186,9 @@
 		{
 			attrs.setProperty("driverType","4");
 		}
-		if (TestUtil.isJCCFramework())
-		{
-			attrs.setProperty("serverName","localhost");
-		}
-			attrs.setProperty("portNumber","20000");
+
+		attrs.setProperty("serverName","localhost");
+		attrs.setProperty("portNumber","20000");
 		//attrs.setProperty("retrieveMessagesFromServerOnGetMessage","true");
 		return attrs;
 	}