~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testremotebranch.py

  • Committer: John Arbash Meinel
  • Date: 2005-09-18 01:35:05 UTC
  • mto: (1393.2.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050918013505-6daffc1a3f374850
Removed bogus comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        
25
25
 
26
26
class TestFetch(TestCaseWithWebserver):
27
 
    # For some reason, this test *has* to be named runTest()
28
 
    # trying to run it as test_fetch causes exceptions to be
29
 
    # thrown involving "resource is temporarily unavailable".
30
27
    def test_fetch(self):
31
28
        from bzrlib.fetch import greedy_fetch, has_revision
32
29