~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-20 12:19:29 UTC
  • mfrom: (6437.23.11 2.5)
  • mto: (6581.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: jelmer@samba.org-20120220121929-7ni2psvjoatm1yp4
Merge bzr/2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                     'test_dpush',
65
65
                     'test_exceptions',
66
66
                     'test_export',
 
67
                     'test_export_pot',
67
68
                     'test_filesystem_cicp',
68
69
                     'test_filtered_view_ops',
69
70
                     'test_find_merge_base',
84
85
                     'test_merge',
85
86
                     'test_merge_directive',
86
87
                     'test_missing',
 
88
                     'test_mkdir',
87
89
                     'test_modified',
88
90
                     'test_mv',
89
91
                     'test_nick',
112
114
                     'test_send',
113
115
                     'test_serve',
114
116
                     'test_shared_repository',
 
117
                     'test_shell_complete',
115
118
                     'test_shelve',
116
119
                     'test_sign_my_commits',
117
120
                     'test_split',