Public bug reported:

If trying to create working database with scenario:
@given(u'I create database from config file')

it will fail as a database cannot longer be created without first a
database in scenarios:

  File ".../Scenario/OERPScenario/features/environment.py", line 46, in 
before_all
    ctx.client.login('admin', 'admin', database=database)
  File ".../eggs/ERPpeek-1.6b1-py2.7.egg/erppeek.py", line 460, in login
    (database, dbs))
erppeek.Error: Database 'openerp_80_ifrc_core_dev' does not exist: []

** Affects: oerpscenario
     Importance: Undecided
         Status: New

** Description changed:

- If trying to create working database, it will fail:
+ If trying to create working database with scenario:
+ @given(u'I create database from config file')
  
  
-   File ".../Scenario/OERPScenario/features/environment.py", line 46, in 
before_all
-     ctx.client.login('admin', 'admin', database=database)
-   File ".../eggs/ERPpeek-1.6b1-py2.7.egg/erppeek.py", line 460, in login
-     (database, dbs))
+ 
+ it will fail:
+ 
+   File ".../Scenario/OERPScenario/features/environment.py", line 46, in 
before_all
+     ctx.client.login('admin', 'admin', database=database)
+   File ".../eggs/ERPpeek-1.6b1-py2.7.egg/erppeek.py", line 460, in login
+     (database, dbs))
  erppeek.Error: Database 'openerp_80_ifrc_core_dev' does not exist: []

** Description changed:

  If trying to create working database with scenario:
  @given(u'I create database from config file')
  
- 
- 
- it will fail:
+ it will fail as a database cannot longer be created without first a
+ database in scenarios:
  
    File ".../Scenario/OERPScenario/features/environment.py", line 46, in 
before_all
      ctx.client.login('admin', 'admin', database=database)
    File ".../eggs/ERPpeek-1.6b1-py2.7.egg/erppeek.py", line 460, in login
      (database, dbs))
  erppeek.Error: Database 'openerp_80_ifrc_core_dev' does not exist: []

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OERPScenario.
https://bugs.launchpad.net/bugs/1360297

Title:
  Scenario to create database fail with erppeek 1.6b1

Status in OpenERP Scenario : Functional tests by Camptocamp:
  New

Bug description:
  If trying to create working database with scenario:
  @given(u'I create database from config file')

  it will fail as a database cannot longer be created without first a
  database in scenarios:

    File ".../Scenario/OERPScenario/features/environment.py", line 46, in 
before_all
      ctx.client.login('admin', 'admin', database=database)
    File ".../eggs/ERPpeek-1.6b1-py2.7.egg/erppeek.py", line 460, in login
      (database, dbs))
  erppeek.Error: Database 'openerp_80_ifrc_core_dev' does not exist: []

To manage notifications about this bug go to:
https://bugs.launchpad.net/oerpscenario/+bug/1360297/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to