Skip to content

Commit

Permalink
Merge pull request #2 from vrenaville/master
Browse files Browse the repository at this point in the history
[ADD] upgrade scenario
  • Loading branch information
vrenaville committed Oct 13, 2014
2 parents 795538e + 37c6714 commit a000b7e
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a000b7e

Please sign in to comment.