~nmb/bzr-colo/colo-in-core

« back to all changes in this revision

Viewing changes to tests/test_core.py

  • Committer: Neil Martinsen-Burrell
  • Date: 2011-11-22 22:05:36 UTC
  • Revision ID: nmb@wartburg.edu-20111122220536-uaowupamwv6o1v76
per_workspace test scenarios

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        branch_workspace = ColocatedWorkspace.open('branch-1')
81
81
        self.assertEqual(branch_workspace.current_branch().base,
82
82
                         target_branch.base)
83
 
        
84