1235
1235
'success', ('branch', branch_network_name))
1236
1236
client.add_expected_call(
1237
1237
'BzrDir.find_repositoryV3', ('stacked/',),
1238
'success', ('ok', '', 'no', 'no', 'yes', network_name))
1238
'success', ('ok', '', 'yes', 'no', 'yes', network_name))
1239
1239
# called twice, once from constructor and then again by us
1240
1240
client.add_expected_call(
1241
1241
'Branch.get_stacked_on_url', ('stacked/',),