Re: q re dataSourcePermissions_net and DERBY-410

2005-11-14 Thread Kathey Marsden
Myrna van Lunteren wrote: Hi, I'm working on DERBY-413, trying to remove the hardcoded 'localhost' from the tests, and found this comment and subsequent line in the test derbynet/dataSourcePermissions_net.java: -- if (TestUtil.isJCCFramework()) { attrs.setProperty(driverType,4);

q re dataSourcePermissions_net and DERBY-410

2005-11-12 Thread Myrna van Lunteren
Hi, I'm working on DERBY-413, trying to remove the hardcoded 'localhost' from the tests, and found this comment and subsequent line in the test derbynet/dataSourcePermissions_net.java: -- if (TestUtil.isJCCFramework()){ attrs.setProperty(driverType,4); /** * As per the fix of