~camptocamp/oerpscenario/add-count-items-lep

« back to all changes in this revision

Viewing changes to features/oerp_addons/account_credit_control/00_credit_control_param.feature

  • Committer: Alexandre Fayolle
  • Author(s): nicolas.bessi at camptocamp
  • Date: 2013-06-06 06:16:43 UTC
  • mfrom: (321.1.1 oerpscenario)
  • Revision ID: alexandre.fayolle@camptocamp.com-20130606061643-899xeg6ggx1hy5ok
[MRG] FIX base finance setup to be green in V7.0 and remove credit control tests that where moved into the addon

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
###############################################################################
2
 
#
3
 
#    OERPScenario, OpenERP Functional Tests
4
 
#    Copyright 2009 Camptocamp SA
5
 
#
6
 
##############################################################################
7
 
##############################################################################
8
 
# Branch      # Module       # Processes     # System
9
 
@credit_control    
10
 
 
11
 
Feature: General parameters in order to test the credit control module
12
 
    
13
 
  @credit_control_setup_install_modules
14
 
  Scenario: MODULES INSTALLATION
15
 
 
16
 
    Given I do not want all demo data to be loaded on install
17
 
    And I install the required modules:
18
 
      | name                   |
19
 
      | account_credit_control |
20
 
 
21
 
    Then my modules should have been installed and models reloaded
22
 
 
23
 
  @email_params_mailtrap
24
 
  Scenario: E-MAIL PARAMS WITH EMAIL EATER (http://mailtrap.railsware.com/)
25
 
    Given I need a "ir.mail_server" with name: mailstrap_testings
26
 
    And having:
27
 
    | name              | value                     |
28
 
    | smtp_host         | mailtrap.railsware.com    |
29
 
    | sequence          | 1                         |    
30
 
    | smtp_port         | 2525                      |
31
 
    | smtp_user         | camptocamp1               |
32
 
    | smtp_pass         | 20468fa2f2879cb9          |
33
 
 
34
 
  @credit_control_policy_2_times
35
 
  Scenario: Configure the credit control policy in 2 times
36
 
    Given I configure the following accounts on the credit control policy with oid: "account_credit_control.credit_control_2_time":
37
 
      | account code |
38
 
      | 4111         |
39
 
      | 4112         |
40
 
 
41
 
  @credit_control_policy_3_times
42
 
  Scenario: Configure the credit control policy in 3 times
43
 
    Given I configure the following accounts on the credit control policy with oid: "account_credit_control.credit_control_3_time":
44
 
      | account code |
45
 
      | 4111         |
46
 
      | 4112         |