/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Jelmer Vernooij
  • Date: 2018-05-22 01:30:48 UTC
  • mto: (6973.5.4 python3-c)
  • mto: This revision was merged to the branch mainline in revision 6984.
  • Revision ID: jelmer@jelmer.uk-20180522013048-r825wjanpr2yqige
port breezy.bzr.weave to Python3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BranchReferenceFormat)
57
57
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat7)
58
58
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_no_metadir_support
 
59
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_supports_bzrdir_6
 
60
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_can_convert
 
61
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_needs_conversion
 
62
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_same_lockfiles_between_tree_repo_branch
 
63
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_can_convert
 
64
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_needs_conversion
 
65
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_same_lockfiles_between_tree_repo_branch
 
66
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_crlf_bundle
 
67
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_malformed
 
68
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_non_bundle
 
69
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_attribute__fetch_order
 
70
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_attribute__fetch_reconcile
 
71
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_attribute__fetch_uses_deltas
 
72
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_no_ancestry_weave
 
73
breezy.plugins.weave_fmt.test_repository.TestFormat6.test_supports_external_lookups
 
74
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_order
 
75
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_reconcile
 
76
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_uses_deltas
 
77
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_creates_lockdir
 
78
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_supports_external_lookups
 
79
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_uses_lockdir
59
80
breezy.plugins.weave_fmt.test_repository.TestInterWeaveRepo.test_is_compatible_and_registered
 
81
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_canned_inventory
60
82
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_registry
 
83
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_unpack_revision
61
84
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_multiple_add
 
85
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test__relpath_suffixed
62
86
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_total_size
63
87
breezy.plugins.weave_fmt.test_store.TestInstrumentedTransportStore.test__add_records
64
88
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_adding_fails_when_present
70
94
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_mkdir
71
95
breezy.plugins.weave_fmt.test_store.TestTextStore.test_multiple_add
72
96
breezy.plugins.weave_fmt.test_store.TestTextStore.test_total_size
 
97
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_prefixed
73
98
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_simple
 
99
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_escaped_uppercase
74
100
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___iter__no_suffix
75
101
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___len__
76
102
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_register_invalid_suffixes
77
103
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_relpath_escaped
78
104
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_invalid
 
105
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_prefixed
79
106
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple
80
107
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple_suffixed
81
108
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_unregister_suffixes
6002
6029
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(groupcompress)
6003
6030
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(groupcompress-nograph)
6004
6031
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(named-knit)
 
6032
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(weave-named)
 
6033
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(weave-prefix)
6005
6034
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(annotated-knit-escape)
6006
6035
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(groupcompress)
6007
6036
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(groupcompress-nograph)
6008
6037
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(named-knit)
 
6038
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(weave-named)
 
6039
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(weave-prefix)
6009
6040
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(annotated-knit-escape)
6010
6041
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(groupcompress)
6011
6042
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(groupcompress-nograph)
6012
6043
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(named-knit)
 
6044
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(weave-named)
 
6045
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(weave-prefix)
 
6046
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(weave-named)
 
6047
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(weave-prefix)
6013
6048
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(annotated-knit-escape)
6014
6049
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(groupcompress)
6015
6050
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(groupcompress-nograph)
6016
6051
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(named-knit)
 
6052
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(weave-named)
 
6053
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(weave-prefix)
6017
6054
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(annotated-knit-escape)
6018
6055
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(groupcompress)
6019
6056
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(groupcompress-nograph)
6037
6074
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(groupcompress)
6038
6075
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(groupcompress-nograph)
6039
6076
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(named-knit)
 
6077
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(weave-named)
 
6078
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(weave-prefix)
6040
6079
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(annotated-knit-escape)
6041
6080
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(groupcompress)
6042
6081
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(groupcompress-nograph)
6067
6106
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(groupcompress)
6068
6107
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(groupcompress-nograph)
6069
6108
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(named-knit)
 
6109
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(weave-named)
 
6110
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(weave-prefix)
6070
6111
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(annotated-knit-escape)
6071
6112
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(groupcompress)
6072
6113
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(groupcompress-nograph)
6073
6114
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(named-knit)
 
6115
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(weave-named)
 
6116
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(weave-prefix)
6074
6117
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(annotated-knit-escape)
6075
6118
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(groupcompress)
6076
6119
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(groupcompress-nograph)
6077
6120
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(named-knit)
6078
6121
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(named-nograph-nodelta-knit-pack)
 
6122
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(weave-named)
 
6123
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(weave-prefix)
6079
6124
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(annotated-knit-escape)
6080
6125
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(groupcompress)
6081
6126
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(groupcompress-nograph)
6099
6144
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(groupcompress-nograph)
6100
6145
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(named-knit)
6101
6146
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(groupcompress-nograph)
 
6147
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(weave-named)
 
6148
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(weave-prefix)
6102
6149
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(named-knit)
6103
6150
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(annotated-knit-escape)
6104
6151
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(groupcompress)
6105
6152
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(groupcompress-nograph)
6106
6153
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(named-knit)
 
6154
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(weave-named)
 
6155
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(weave-prefix)
6107
6156
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(annotated-knit-escape)
6108
6157
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(groupcompress)
6109
6158
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(groupcompress-nograph)
6110
6159
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(named-knit)
 
6160
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(weave-named)
 
6161
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(weave-prefix)
 
6162
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(weave-named)
 
6163
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(weave-prefix)
6111
6164
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(annotated-knit-escape)
6112
6165
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(groupcompress)
6113
6166
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(groupcompress-nograph)
6114
6167
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(named-knit)
 
6168
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(weave-named)
 
6169
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(weave-prefix)
6115
6170
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(groupcompress)
6116
6171
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(groupcompress-nograph)
 
6172
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(weave-named)
 
6173
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(weave-prefix)
6117
6174
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(groupcompress)
6118
6175
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(groupcompress-nograph)
 
6176
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(weave-named)
 
6177
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(weave-prefix)
6119
6178
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(annotated-knit-escape)
6120
6179
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(groupcompress)
6121
6180
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(groupcompress-nograph)
6122
6181
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(named-knit)
 
6182
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(weave-named)
 
6183
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(weave-prefix)
6123
6184
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(annotated-knit-escape)
6124
6185
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(groupcompress)
6125
6186
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(groupcompress-nograph)
6126
6187
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(named-knit)
 
6188
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(weave-named)
 
6189
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(weave-prefix)
6127
6190
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(groupcompress)
6128
6191
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(groupcompress-nograph)
 
6192
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(weave-named)
 
6193
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(weave-prefix)
6129
6194
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(annotated-knit-escape)
6130
6195
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(groupcompress)
6131
6196
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(groupcompress-nograph)
6132
6197
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(named-knit)
 
6198
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(weave-named)
 
6199
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(weave-prefix)
6133
6200
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(groupcompress)
6134
6201
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(groupcompress-nograph)
6135
6202
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(groupcompress)
6136
6203
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(groupcompress-nograph)
 
6204
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(weave-named)
 
6205
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(weave-named)
6137
6206
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(annotated-knit-escape)
6138
6207
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress)
6139
6208
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress-nograph)
6146
6215
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(groupcompress-nograph)
6147
6216
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(named-graph-nodelta-knit-pack)
6148
6217
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(named-nograph-nodelta-knit-pack)
 
6218
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(weave-named)
 
6219
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(weave-prefix)
6149
6220
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(annotated-knit-escape)
6150
6221
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(groupcompress)
6151
6222
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(groupcompress-nograph)
6158
6229
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(weave-prefix)
6159
6230
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(groupcompress)
6160
6231
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(groupcompress-nograph)
 
6232
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(weave-named)
 
6233
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(weave-prefix)
 
6234
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(groupcompress)
 
6235
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(groupcompress-nograph)
 
6236
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(named-knit)
 
6237
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(groupcompress)
 
6238
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(groupcompress-nograph)
 
6239
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(named-knit)
 
6240
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(weave-named)
 
6241
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(weave-named)
6161
6242
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(groupcompress)
6162
6243
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(groupcompress-nograph)
6163
6244
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(named-nograph-nodelta-knit-pack)
 
6245
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(weave-named)
 
6246
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(weave-prefix)
6164
6247
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(annotated-knit-escape)
6165
6248
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(groupcompress)
6166
6249
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(groupcompress-nograph)
6173
6256
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(weave-prefix)
6174
6257
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(groupcompress)
6175
6258
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(groupcompress-nograph)
 
6259
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(weave-named)
 
6260
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(weave-prefix)
6176
6261
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(groupcompress)
6177
6262
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(groupcompress-nograph)
6178
6263
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(groupcompress)
6179
6264
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(groupcompress-nograph)
 
6265
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(weave-named)
 
6266
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(weave-named)
6180
6267
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(groupcompress)
6181
6268
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(groupcompress-nograph)
6182
6269
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(named-knit)
 
6270
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(weave-named)
 
6271
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(weave-prefix)
6183
6272
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(groupcompress)
6184
6273
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(groupcompress-nograph)
6185
6274
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(named-knit)
6195
6284
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(groupcompress)
6196
6285
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(groupcompress-nograph)
6197
6286
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(named-knit)
 
6287
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(weave-named)
 
6288
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(weave-prefix)
6198
6289
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(annotated-knit-escape)
6199
6290
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(groupcompress)
6200
6291
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(groupcompress-nograph)
6201
6292
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(named-knit)
 
6293
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(weave-named)
 
6294
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(weave-prefix)
6202
6295
breezy.tests.per_versionedfile.TestWeaveMerge.test_agreement_deletion
6203
6296
breezy.tests.per_versionedfile.TestWeaveMerge.testClashReplace
6204
6297
breezy.tests.per_versionedfile.TestWeaveMerge.testDeleteAndModify
6212
6305
breezy.tests.per_versionedfile.TestWeaveMerge.testSeparateInserts
6213
6306
breezy.tests.per_versionedfile.TestWeaveMerge.test_sync_on_deletion
6214
6307
breezy.tests.per_versionedfile.TestWeaveMerge.test_weave_merge_conflicts
 
6308
breezy.tests.per_versionedfile.TestWeave.test_add
6215
6309
breezy.tests.per_versionedfile.TestWeave.test_add_follows_left_matching_blocks
6216
6310
breezy.tests.per_versionedfile.TestWeave.test_add_lines_nostoresha
6217
6311
breezy.tests.per_versionedfile.TestWeave.test_add_lines_return_value
6220
6314
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_ghosts_nostoresha
6221
6315
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_matching_blocks_noeol_last_line
6222
6316
breezy.tests.per_versionedfile.TestWeave.test_add_reserved
 
6317
breezy.tests.per_versionedfile.TestWeave.test_adds_with_parent_texts
6223
6318
breezy.tests.per_versionedfile.TestWeave.test_add_unchanged_last_line_noeol_snapshot
6224
6319
breezy.tests.per_versionedfile.TestWeave.test_add_unicode_content
6225
6320
breezy.tests.per_versionedfile.TestWeave.test_ancestry
6226
6321
breezy.tests.per_versionedfile.TestWeave.test_annotate
6227
6322
breezy.tests.per_versionedfile.TestWeave.test_copy_to
 
6323
breezy.tests.per_versionedfile.TestWeave.test_detection
6228
6324
breezy.tests.per_versionedfile.TestWeave.test_get_parent_map
6229
6325
breezy.tests.per_versionedfile.TestWeave.test_get_reserved
6230
6326
breezy.tests.per_versionedfile.TestWeave.test_get_suffixes
10826
10922
breezy.tests.test_utextwrap.TestUTextWrap.test_cut
10827
10923
breezy.tests.test_utextwrap.TestUTextWrap.test_width
10828
10924
breezy.tests.test_utextwrap.TestWrap.test_wrap
 
10925
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_compute_diffs
 
10926
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_finds_parents
 
10927
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_ignores_ghost_parents
 
10928
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_process_contents
10829
10929
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_raises_on_ghost_keys
 
10930
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_refcount_multiple_children
10830
10931
breezy.tests.test_version_info.CustomVersionInfoTests.test_custom_without_template
10831
10932
breezy.tests.test_version_info.TestVersionInfoFormatRegistry.test_register_remove
10832
10933
breezy.tests.test_version.TestBzrlibVersioning.test_get_brz_source_tree
10849
10950
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_prefix
10850
10951
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_top_prefix_to_starting_dir
10851
10952
breezy.tests.test__walkdirs_win32.Test_Win32Stat.test_zero_members_present
 
10953
breezy.tests.test_weave.AnnotateOne.runTest
10852
10954
breezy.tests.test_weave.BadInsert.runTest
10853
10955
breezy.tests.test_weave.BadWeave.runTest
 
10956
breezy.tests.test_weave.CannedDelete.runTest
 
10957
breezy.tests.test_weave.CannedReplacement.runTest
10854
10958
breezy.tests.test_weave.Conflicts.runTest
 
10959
breezy.tests.test_weave.DeleteLines2.runTest
 
10960
breezy.tests.test_weave.DeleteLines.runTest
 
10961
breezy.tests.test_weave.DivergedIncludes.runTest
10855
10962
breezy.tests.test_weave.Easy.runTest
 
10963
breezy.tests.test_weave.IncludeVersions.runTest
 
10964
breezy.tests.test_weave.InsertLines.runTest
 
10965
breezy.tests.test_weave.InsertNested.runTest
10856
10966
breezy.tests.test_weave.InvalidAdd.runTest
 
10967
breezy.tests.test_weave.InvalidRepeatedAdd.runTest
 
10968
breezy.tests.test_weave.JoinWeavesTests.test_written_detection
 
10969
breezy.tests.test_weave.Khayyam.test_multi_line_merge
 
10970
breezy.tests.test_weave.Merge.runTest
10857
10971
breezy.tests.test_weave.NonConflict.runTest
 
10972
breezy.tests.test_weave.RepeatedAdd.test_duplicate_add
 
10973
breezy.tests.test_weave.ReplaceLine.runTest
10858
10974
breezy.tests.test_weave.SuicideDelete.runTest
10859
10975
breezy.tests.test_weave.TestNeedsReweave.test_compatible_parents
10860
10976
breezy.tests.test_weave.TestWeaveFile.test_empty_file
 
10977
breezy.tests.test_weave.TestWeave.test_allow_reserved_false
 
10978
breezy.tests.test_weave.TestWeave.test_allow_reserved_true
 
10979
breezy.tests.test_weave.WeaveContains.runTest
10861
10980
breezy.tests.test_whitebox.MoreTests.test_relpath
10862
10981
breezy.tests.test_win32utils.TestAppPaths.test_iexplore
10863
10982
breezy.tests.test_win32utils.TestAppPaths.test_not_existing