~ubuntu-branches/ubuntu/raring/bzr-svn/raring

« back to all changes in this revision

Viewing changes to tests/test_blackbox.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-03-06 01:55:20 UTC
  • mfrom: (3.3.13 sid)
  • Revision ID: package-import@ubuntu.com-20120306015520-grugcrw9ju4a0qsm
Tags: 1.2.1-1
* Fix format string of copyright file.
* Bump standards version to 3.9.3.
* Add basic tests for autopkgtest.
* New upstream release.
 + Fixes tests against newer versions of bzr. Closes: #660730

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
        tags.add_dir("tags/release-1.0", "trunk")
690
690
        dc.close()
691
691
 
692
 
        self.run_bzr('init --development-colo dc')
693
 
        self.run_bzr('svn-import d dc')
 
692
        self.run_bzr('init dc')
 
693
        self.run_bzr('svn-import --colocated d dc')
694
694
        cd = ControlDir.open('dc')
695
695
        self.assertEquals(set(["", "somebranch"]), set([b.name for b in cd.list_branches()]))
696
696