Re: [codec] 1.4 release: code coverage help needed

2009-07-15 Thread Julius Davies
e64InputStream 85%/76% > Base64OutputStream 88%/70% > > Gary > >> -Original Message- >> From: Julius Davies [mailto:juliusdav...@gmail.com] >> Sent: Wednesday, July 15, 2009 12:55 PM >> To: Commons Developers List >> Subject: Re: [codec] 1.4 release:

RE: [codec] 1.4 release: code coverage help needed

2009-07-15 Thread Gary Gregory
gt; Subject: Re: [codec] 1.4 release: code coverage help needed > > Hi, Gary, > > I think the streaming Base64 is adequately exercised by the tests > inside Base64InputStreamTest.java and Base64OutputStreamTest.java. > It's also worth noting that all the original Base64 op

Re: [codec] 1.4 release: code coverage help needed

2009-07-15 Thread Julius Davies
Hi, Gary, I think the streaming Base64 is adequately exercised by the tests inside Base64InputStreamTest.java and Base64OutputStreamTest.java. It's also worth noting that all the original Base64 operations are now implemented via the streaming, so the original unit tests from 1.3 provide a good wo

[codec] 1.4 release: code coverage help needed

2009-07-15 Thread Gary Gregory
Hello All: I would like to ask your help to improve test coverage especially for the new code. Perhaps the author of the new streaming Base64 classes would like to help here since they know the code the best. If you are a committer, commit, if not please submit a patch. Gary ---