TestData is currently hard-coded in the TESTDATA
class. This needs to be removed to the parameters
bundle class (to allow for system-independant testing)
I'm working on doing that very thing. I'll either use a
File object to pick up the file from the nounit/build
directory or a ResourceBundle object that can be loaded from
the classpath.
Bobby
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=425916
I'm working on doing that very thing. I'll either use a
File object to pick up the file from the nounit/build
directory or a ResourceBundle object that can be loaded from
the classpath.
Bobby