Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.10.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently the tests are all set up unit tests and yet most of them are actually system tests. The whole suite needs reworking to create real unit tests as unit tests and systems tests as system tests.
Changing from using files to using environment variables to transfer information between Gradle and Ant, allows for completely successful builds in Eclipse and IntelliJ IDEA. So the underlying rational for splitting unit tests and system tests has gone away. The partitioning should perhaps still be done, but there doesn't seem to be the will to undertake the task.