~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-17 21:57:11 UTC
  • mto: (1393.2.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050917215711-9fa31e650a1f2fd8
Got HttpTransport tests to pass. Check for EAGAIN, pass permit_failure around, etc

Show diffs side-by-side

added added

removed removed

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