jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

Split UI-Project into Test and Code #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Yet all our composite-tests are included in the test-folder of the UI-project. 
This is not optimal, because in the composite tests the TestUtils from project 
common.tests are used. Right now there is a dependency from the ui-project to 
the common-tests-project in the UI-MANIFEST.MF and the UI-feature.xml.

1) Create a new UI.tests-project and move all the composite tests there.
2) Move the dependency to the common-tests-project from UI to UI.TESTS.

Original issue reported on code.google.com by krauseda...@web.de on 10 Oct 2012 at 7:32

GoogleCodeExporter commented 8 years ago

Original comment by krauseda...@web.de on 18 Oct 2012 at 5:33