Refactored tck tests, added changelog tck test and added changelog, diff test for the bazaar provider -----------------------------------------------------------------------------------------------------
Key: SCM-160 URL: http://jira.codehaus.org/browse/SCM-160 Project: Maven SCM Type: Improvement Components: maven-scm-provider-bazaar Versions: 1.0-beta-3 Environment: Tested on WinXp and Linux for cvs, svn and bazaar Reporter: Torbjørn EIkli Smørgrav Short summary: Refactored code into a new baseclass: ScmTckTestCase. Added tests to Bazaar. Working with my bazaar tests I found out that the tck test module had some redundant code. So I took the liberty to refactor the tck package a bit before I added the final tests to the bazaar provider. I tested the refactored test module with cvs, svn and bazaar on WinXp and Linux. (Bazaar had trouble with linux and bazaar 0.6, but that turned out to be a Bazaar bug that was fixed in post 0.6 versions of Bazaar) The refactoring consist mainly of centralizing duplicated blocks of code into a new test base class: ScmTckTestCase. And using a common setUp() method for all tck tests. If you find this class ok - then you will most likly find the rest ok. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira