---------- Forwarded message ----------
From: Eranda Sooriyabandara <[email protected]>
Date: Thu, Jul 23, 2009 at 11:34 PM
Subject: Re: [jira] Updated: (DERBY-4318) convert inbetween.sql to JUNIT
To: "Eranda Sooriyabandara (JIRA)" <[email protected]>
Hi,
I found a big problem with the unconverted codings in converting, ij> --
check consistency of scans, etc. values ConsistencyChecker(); 1
--------------------------- No open scans, etc. 2 dependencies found
I use the code as,
rs = st.executeQuery(
"values ConsistencyChecker()");
expRS = new String [][]
{
{"No open scans, etc. 2 dependencies found"}
};
JDBC.assertFullResultSet(rs, expRS, true);
the result failure was
test_inbetween(org.apache.derbyTesting.functionTests.tests.lang.InbetweenTest)junit.framework.AssertionFailedError:
C
olumn value mismatch @ column '1', row 1:
Expected: >No open scans, etc. 2 dependencies found<
Found: >No open scans, etc.
46 dependencies found<
What can I do for the make that test success.
Thanks
Eranda