Directory PZFileReader/src/test/java/net/sf/pzfilereader/utilities/

Directory Created:
2006-10-24 18:33
Total Files:
1
Deleted Files:
0
Lines of Code:
35

Browse with ViewVC

[root]/PZFileReader/src/test/java/net/sf/pzfilereader/utilities

Lines of Code

PZFileReader/src/test/java/net/sf/pzfilereader/utilities/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3 (100.0%) 64 (100.0%) 21.3
Paul Zepernick 1 (33.3%) 50 (78.1%) 50.0
Benoit Xhenseval 2 (66.7%) 14 (21.9%) 7.0

Most Recent Commits

Benoit Xhenseval 2006-10-25 00:33

Optimised the ParserUtils to use char for delimiter and qualifier.

I have added deprecated methods for Strings (using only the first character). Could you find out where these are used and remove the call to those and use the char instead.

All tests are passed but we should add more... especially with regards to the multi line one...

Time to hit the sack!

12 lines of code changed in:

  • PZFileReader/src/test/java/net/sf/pzfilereader/utilities: UnitTestUtils.java (+12 -28)
Benoit Xhenseval 2006-10-24 22:36

Forgot to append the actual element.

2 lines of code changed in:

Paul Zepernick 2006-10-24 18:33

expanded upon the tests. Made a little more generic. There is an

array of delimiters and qualifiers which we can fill in for whatever

we want to test. Implemented Benoit's formating suggestions.

50 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT