929
958
'success', ('branch', branch_network_name))
930
959
client.add_expected_call(
931
960
'BzrDir.find_repositoryV3', ('stacked/',),
932
'success', ('ok', '', 'no', 'no', 'no', network_name))
961
'success', ('ok', '', 'no', 'no', 'yes', network_name))
933
962
# called twice, once from constructor and then again by us
934
963
client.add_expected_call(
935
964
'Branch.get_stacked_on_url', ('stacked/',),