/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to testchangeset.py

  • Committer: Aaron Bentley
  • Date: 2005-09-10 21:47:33 UTC
  • mto: (1185.82.1 bzr-w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: aaron.bentley@utoronto.ca-20050910214733-95bf30c61ad33f29
Updated tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import unittest
4
4
from StringIO import StringIO
5
5
 
6
 
from bzrlib.selftest import InTempDir
 
6
from bzrlib.selftest import TestCaseInTempDir
7
7
 
8
8
from bzrlib.diff import internal_diff
9
9
from read_changeset import ChangesetTree
256
256
        ctree.note_id("e", "grandparent/alt_parent/fool", kind="directory")
257
257
        self.assertEqual(self.sorted_ids(ctree), ['a', 'b', 'd', 'e'])
258
258
 
259
 
class CSetTester(InTempDir):
 
259
class CSetTester(TestCaseInTempDir):
260
260
 
261
261
    def get_valid_cset(self, base_rev_id, rev_id, auto_commit=False, checkout_dir=None):
262
262
        """Create a changeset from base_rev_id -> rev_id in built-in branch.