~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-12 21:38:35 UTC
  • mto: (1587.1.6 bound-branches)
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: john@arbash-meinel.com-20051112213835-282bdea6a76e7230
Wrote a simple test which actually makes a branch become bound, and made it work

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
                   'bzrlib.selftest.test_merge_core',
590
590
                   'bzrlib.selftest.test_smart_add',
591
591
                   'bzrlib.selftest.test_bad_files',
 
592
                   'bzrlib.selftest.test_bound_branches',
592
593
                   'bzrlib.selftest.testdiff',
593
594
                   'bzrlib.selftest.test_parent',
594
595
                   'bzrlib.selftest.test_xml',