/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 bzrlib/selftest/testfetch.py

  • Committer: Martin Pool
  • Date: 2005-09-16 06:41:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050916064134-b2500536978b1adf
- stub out obsolete fetch tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
 
38
38
class TestFetch(TestCaseInTempDir):
39
 
    def runTest(self):
 
39
    def SKIPPED_old_test_fetch(self):
 
40
        """obsolete: new commit code depends on parents being present
 
41
        so the test data no longer suits this test."""
 
42
        
40
43
        def new_branch(name):
41
44
            os.mkdir(name)
42
45
            return Branch(name, init=True)