[ http://issues.apache.org/jira/browse/DERBY-1245?page=comments#action_12413486 ]
Anders Morken commented on DERBY-1245: -------------------------------------- I and Kathey have discussed this a bit on IRC, and since java.io.Writer#write(int c) also just casts the int to a char, we haven't come up with anything better. Also: The lobStreams patch is already included in the encodingTests suite, and the encodingTests suite still passes. Weirdness: The encodingTests insisted on being run with the IBM jvm, but skipped all the individual tests then, because they require sun java 1.5+. Running the suite using IBM's java with Sun's 1.5 java first in $PATH worked. =) > Add o.a.derby.client.am.ClobWriter test coverage > ------------------------------------------------ > > Key: DERBY-1245 > URL: http://issues.apache.org/jira/browse/DERBY-1245 > Project: Derby > Type: Sub-task > Components: Test, Network Client > Reporter: Anders Morken > Assignee: Anders Morken > Priority: Minor > Fix For: 10.2.0.0 > Attachments: DERBY-1245-collateraldamage-v1.patch, > DERBY-1245-lobStream-v1.patch > > org.apache.derby.client.am.ClobWriter.java is currently not covered by > functional tests. I'll patch something up in jdbcapi/lobStreams.java and > stick a diff here when it works. =) -- 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
