[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-1b.diff 'derby-1474-1b.diff' replaces version 1a. Found two typos, causing the blob references to be compared instead of the blob

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-06 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Knut Anders Hatlen updated DERBY-1474: -- Attachment: derby-1474-1c.diff I have reviewed the patch. The methods look very useful. I found one issue: assertEquals(Blob,Blob) has

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-2a.diff derby-1474-2a.stat error-output.txt Thanks for the comments Andreas. I have changed the

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-06 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-2b.diff 'derby-1474-2b.diff' addresses the two last comments, from Knut Anders and Andreas. Originally I didn't want to have the

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Component: Test Description: Add assertEquals(Blob,Blob) and assertEquals(Clob,Clob) to BaseJDBCTestCase. The naming follows the JUnit scheme, and

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Attachment: derby-1474-1a.diff derby-1474-1a.stat 'derby-1474-1a.diff' implements the two methods assertEquals(Blob,Blob) and

[jira] Updated: (DERBY-1474) Add assertEquals overloads for Blob and Clob

2006-07-04 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1474?page=all ] Kristian Waagan updated DERBY-1474: --- Derby Info: [Patch Available] Add assertEquals overloads for Blob and Clob Key: DERBY-1474