diff --git a/Scenario/OERPScenario.local/features/upgrade/upgrade_to_1_0.feature b/Scenario/OERPScenario.local/features/upgrade/upgrade_to_1_0.feature new file mode 100644 index 000000000..7deece6ab --- /dev/null +++ b/Scenario/OERPScenario.local/features/upgrade/upgrade_to_1_0.feature @@ -0,0 +1,22 @@ +############################################################################### +# +# OERPScenario, OpenERP Functional Tests +# Copyright 2009 Camptocamp SA +# +############################################################################## + +# Features Generic tags (none for all) +############################################################################## +# Branch # Module # Processes # System +@arminstrom_upgrade_1_0 + +Feature: upgrade arminstrom to version 1.0 + As an administrator, I do the following upgrade steps. +@arminstrom_upgrade_1_0 + Scenario: Upgrade Base + Given I update the module list + Given I install the required modules with dependencies: + | name | + | base | + Then my modules should have been installed and models reloaded +