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

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

Hi Bryan,
I found a big problem with the unconverted codings(about 400 unconverted
lines). I did some of them successfully but in the case of, 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.


> 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
>
>
> 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