Andrei Grigoriev posted this message:
I have found a small bug in default connection. It
works fine, but when properties file has an empty
line, then SQLUnit throws an exception - "index is out
of range" and shows -1. I think it is safer to check
this and just ignore empty lines in the file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Andrei Grigoriev posted this message:
I have found a small bug in default connection. It
works fine, but when properties file has an empty
line, then SQLUnit throws an exception - "index is out
of range" and shows -1. I think it is safer to check
this and just ignore empty lines in the file.
The fix is in CVS now, in the ConnectionHandler class. I will release this along with the other things that you have requested.
-sujit