[FIX] correctly display JS stack frames in phantomjs runner
authorXavier Morel <xmo@openerp.com>
Wed, 19 Feb 2014 12:38:50 +0000 (13:38 +0100)
committerXavier Morel <xmo@openerp.com>
Wed, 19 Feb 2014 12:38:50 +0000 (13:38 +0100)
commitd5cb5c2a14d9945714e09ebc733ed06a4b673126
tree0a981d3b9e14815cc134055b4a85442421742c06
parentf9993774f1ebe197fb72cce66a209c902d3dd9dd
[FIX] correctly display JS stack frames in phantomjs runner

altered reporting to handle and deserialize JSON if JSON-deserializable. Can't
just send multiple lines as driver currently does not handle multiple lines of
message... Yeah turns out having a JSON-based protocol between phantomjs and
the python runner allowed multiple lines in messages, who'd have thought eh?

bzr revid: xmo@openerp.com-20140219123850-0h0upb3x33j7leqk
openerp/tests/common.py
openerp/tests/phantomtest.js