diff options
Diffstat (limited to 'paludis/repositories/unpackaged/installed_repository_TEST.cc')
-rw-r--r-- | paludis/repositories/unpackaged/installed_repository_TEST.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paludis/repositories/unpackaged/installed_repository_TEST.cc b/paludis/repositories/unpackaged/installed_repository_TEST.cc index fdec71a6d..2c3313219 100644 --- a/paludis/repositories/unpackaged/installed_repository_TEST.cc +++ b/paludis/repositories/unpackaged/installed_repository_TEST.cc @@ -397,6 +397,7 @@ namespace test_cases InstallAction action(make_named_values<InstallActionOptions>( value_for<n::destination>(repo), value_for<n::make_output_manager>(&make_standard_output_manager), + value_for<n::replacing>(make_shared_ptr(new PackageIDSequence)), value_for<n::used_this_for_config_protect>(&dummy_used_this_for_config_protect), value_for<n::want_phase>(&want_all_phases) )); @@ -453,6 +454,7 @@ namespace test_cases InstallAction action(make_named_values<InstallActionOptions>( value_for<n::destination>(repo), value_for<n::make_output_manager>(&make_standard_output_manager), + value_for<n::replacing>(make_shared_ptr(new PackageIDSequence)), value_for<n::used_this_for_config_protect>(&dummy_used_this_for_config_protect), value_for<n::want_phase>(&want_all_phases) )); @@ -512,6 +514,7 @@ namespace test_cases InstallAction action(make_named_values<InstallActionOptions>( value_for<n::destination>(repo), value_for<n::make_output_manager>(&make_standard_output_manager), + value_for<n::replacing>(make_shared_ptr(new PackageIDSequence)), value_for<n::used_this_for_config_protect>(&dummy_used_this_for_config_protect), value_for<n::want_phase>(&want_all_phases) )); |