Commit Graph

6 Commits

Author SHA1 Message Date
Antony Lesuisse b4f7288193 [REM] test: phantom_jsfile method
deprecate phantom_jsfile method, keeping only phantom_js, phantom_js takes a
code argument to run client side only.

Removing phantom_jsfile will allow to switch from phantom to any other engine
such as running google chrome or firefox directly. The only use of
phantom_jsfile was an example.
2015-08-02 14:37:19 +02:00
Christophe Simonis f0dc416871 [FIX] phantomjs 2.0 compatibility
phantomjs 2.0 remove the deprecated attribute `phantom.args`. Use the
new `system` module.
2015-02-26 15:08:17 +01:00
Antony Lesuisse 3c7c8f904f [FIX] web_tests dont assume an act_window
if mail module is installed it could be a client action
2014-07-01 16:49:53 +02:00
Fabien Meghazi 72a194ff30 [IMP] uncomment test
bzr revid: fme@openerp.com-20140430071541-bsqxgo6r51ruoccm
2014-04-30 09:15:41 +02:00
Fabien Meghazi 78be910192 [MERGE] trunk-js-httpcase-al
bzr revid: fme@openerp.com-20140429142822-ytw2oiljapi1t4q0
2014-04-29 16:28:22 +02:00
Antony Lesuisse d9eec7345b convert js tests to HttpCase
bzr revid: al@openerp.com-20140428152857-h7z61vdw5crezv2u
2014-04-28 17:28:57 +02:00