[ http://issues.apache.org/jira/browse/DERBY-1524?page=all ]
Kristian Waagan updated DERBY-1524:
-----------------------------------
Attachment: derby-1524-1a-assertEquals.diff
derby-1524-1a-assertEquals.stat
'derby-1524-1a-assertEquals.diff' adds two assertEquals overloads to
BaseTestCase; for InputStream and Reader.
This patch should be pretty safe to apply, as it incorporates feedback received
on the assertEquals overloads for Blob and Clob. I did not use the overloads
for InputStream/Reader in the overloads for Blob/Clob, because the starting
index is different (0 vs 1), and the messages would be slightly worse
("Streams/Readers differ at" instead of "Blobs/Clobs differ at").
Patch ready for review/commit.
> Add assertEquals overloads for InputStream and Reader
> -----------------------------------------------------
>
> Key: DERBY-1524
> URL: http://issues.apache.org/jira/browse/DERBY-1524
> Project: Derby
> Issue Type: Sub-task
> Components: Test
> Affects Versions: 10.2.0.0
> Reporter: Kristian Waagan
> Assigned To: Kristian Waagan
> Priority: Minor
> Attachments: derby-1524-1a-assertEquals.diff,
> derby-1524-1a-assertEquals.stat
>
>
> Add assertEquals overloads for java.io.InputStream and java.io.Reader to
> BaseTestCase.
> Implementations of these can be found in test jdbc4/ResultSetTest.java and
> can be moved or used as reference.
--
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