I'm not sure how a Locale would apply here. As far as I know, normal
properties files (as opposed to resource bundle properties files) are
locale-independent.
For example Struts uses properties in this way (but they have
implemented this behavior).
But as seen over we can live without this.

Interesting - though it does make me wonder why resource bundles would not be sufficient for this purpose.

So now I'll modify the two base test classes here, dropping the
OnTomcat version (currently only the Basic for this exist), and put
inside the json config file the details for running the test (keeping
inside the file also the block to go to a local instance of Tomcat).
In this way the problem is that to change the test run will be needed
to change the config file and rerun tests, but i think that could be
an acceptable solution at the moment, Ok ?
Or I have to pass the config file name to use ...

Seems fine (though I have not looked at the actual code).


Reply via email to