Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
1.0
-
None
-
None
-
Operating System: Linux
Platform: PC
-
52010
Description
As discussed, the layout engine tests have been changed such that rather than the build.xml injecting System properties the defaults are set. These System property dependencies haven't been removed so should a user/developer want to inject parameters they are free to do so.
Other than the injecting of parameters, I've left much of the mechanism by which the layout tests run mostly the same. The only notable difference is that I've reduced a bit of the code duplication in both the build.xml and the test code.
Also, now ALL the unit tests use the "junit-run" macro, this is purely to minimize code duplication. However, all the ant targets remain, none of them have been removed, so functionality is exactly the same as before, but hopefully the code is a little cleaner.