On 3/9/06, Mike Matrigali <[EMAIL PROTECTED]> wrote:
> There are 2 possible areas. The next logical step to me is to by hand
> backout the property changes myrna notes below to see if the problem
> reproduces or not with that change.
I think it is the change of 'database' to 'ij.database' which is
making this test fail in the encryption suite. I have not yet
verified this but I see that mtTestCase has code to check specifically
for 'database' property in case of encryption tests.
// this is a special case for the MultiTest.
// check and alter url if there are any encryption related
// properties that need to be set on the url
if (("true").equalsIgnoreCase(p.getProperty("encryption")))
{
String encryptUrl = "dataEncryption=true;bootPassword=Thursday";
String dbUrl = p.getProperty("database");
Sorry for the trouble.
Deepa