[ 
https://issues.apache.org/jira/browse/DERBY-4318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735546#action_12735546
 ] 

Eranda Sooriyabandara commented on DERBY-4318:
----------------------------------------------

Hi Kathey,
I passed the test with the code,

rs = st.executeQuery(
            "values ConsistencyChecker()");

        expColNames = new String [] {"1"};
        JDBC.assertColumnNames(rs, expColNames);

        expRS = new String [][]
            {
            {"No open scans, etc.\n30 dependencies found"}
            };

        JDBC.assertFullResultSet(rs, expRS, true);

But it is differ from what we expect as the result.


> convert inbetween.sql to JUNIT
> ------------------------------
>
>                 Key: DERBY-4318
>                 URL: https://issues.apache.org/jira/browse/DERBY-4318
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>            Reporter: Eranda Sooriyabandara
>            Assignee: Eranda Sooriyabandara
>            Priority: Minor
>         Attachments: inbetween.junit, InbetweenTest.diff
>
>
> conversion of inbetween.sql to JUNIT

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to