-
I've changed name of test classes and changed XML - splited
testng.xml
so now each component has it's own test suite.This should make it easier to find issues and easier to find in which component we have an issue.
%wojtek I renamed test classes and splited XML, so it may be required to update clients tests projects. However it will need to be done after we update clients test projects to use never version of TTS-NG as my changes will be in @1.1.0-SNAPSHOT@.
Please check if my changes are OK or if you would like some additional changes to TTS-NG to be done.
-
Changes looks ok. One thing I would consider is adding a global xml file linking to all sub-xml groups (if that's possible).
Other than that, we only need to keep in mind to update the depended projects after releasing tts-ng-1.0.0 (or we could simply make them use this final version)
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
4346
|
Currently we have all test cases named as
TestXXX
whereXXX
is task number. This was ok, however now when we create common test cases they should be named properly so we could easily find test in IDE.Things to do:
put existing tests in packeges (ie. pubsub, http, etc.)
if tests are common rename test classes