[ 
http://issues.apache.org/jira/browse/TUSCANY-829?page=comments#action_12452036 
] 
            
Dan Murphy commented on TUSCANY-829:
------------------------------------

I'm seeing some strange goings on in the DataObjectListTest.testSubList() test. 
As is, it fails on my machine because the size of the list is 1 instead of the 
expected 2.
        List listRes=listTest.subList(0,1);       
        assertEquals(2,listRes.size());

Using the debugger I stepped into java.util.AbstractList and it was here the 
problem was, seems like a bug in the jdk. If I change to 
listRes=listTest.subList(1,3) then the tests pass. Anyone else seeing a failure 
in testSubList ?



> Investigate integration of RogueWave tests
> ------------------------------------------
>
>                 Key: TUSCANY-829
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-829
>             Project: Tuscany
>          Issue Type: Test
>          Components: Java SDO Implementation
>    Affects Versions: Java-Mx
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>         Attachments: sdo.zip, testdata.zip
>
>
> Investigation of bringing RogueWave tests into the Tuscany environment.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to