Skip to content

Commit

Permalink
Port to ODOO_PORT in v 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Sanchez committed Oct 21, 2016
1 parent 9113b82 commit 3c7c066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openerp_6_1.robot
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Library SeleniumLibrary
${SELENIUM DELAY} 0.5
${BROWSER} ff
${SERVER} localhost
${PORT} 8069
${OPENERP URL} http://${SERVER}:${PORT}/web/webclient/home
${ODOO_PORT} 8069
${OPENERP URL} http://${SERVER}:${ODOO_PORT}/web/webclient/home
${OPENERP DB} DEMO
${OPENERP USERNAME} admin
${OPENERP PASSWORD} admin
Expand Down
4 changes: 2 additions & 2 deletions openerp_7_0.robot
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ ${SELENIUM DELAY} 0
${SELENIUM TIMEOUT} 20
${BROWSER} ff
${SERVER} localhost
${PORT} 8069
${OPENERP URL} http://${SERVER}:${PORT}
${ODOO_PORT} 8069
${OPENERP URL} http://${SERVER}:${ODOO_PORT}
${OPENERP DB} odoo8_selenium


Expand Down

0 comments on commit 3c7c066

Please sign in to comment.