Changeset 52 for mergebot/trunk


Ignore:
Timestamp:
Feb 23, 2010 6:58:41 PM (15 years ago)
Author:
retracile
Message:

Mergebot: refactoring tests and adding more testcases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mergebot/trunk/utils/test.py

    r51 r52  
    308308class MergeBotTestRebranchWithChangeAndTrunkChange(FunctionalSvnTestCaseSetup):
    309309    def runTest(self):
    310         """Verify that the 'rebranch' button works with changes on the branch"""
     310        """Verify that the 'rebranch' button works with changes on the branch and trunk"""
    311311        ticket_id = self._tester.create_ticket(summary=self.__class__.__name__,
    312312            info={'component':'stuff', 'version':'trunk'})
Note: See TracChangeset for help on using the changeset viewer.