~openerp-dev/openobject-server/saas-4-forum-crawl-xmo

« back to all changes in this revision

Viewing changes to openerp/tests/common.py

  • Committer: Denis Ledoux
  • Date: 2014-04-24 13:55:07 UTC
  • Revision ID: dle@openerp.com-20140424135507-5130yyy5brpfqd5f
[FIX] http: set back the gen_session_id controller, because still used by openframework.js of web branch

Related to revision 5124 revid:al@openerp.com-20140316141311-m0xqh386ax952va1

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
            # kill phantomjs if phantom.exit() wasn't called in the test
230
230
            if phantom.poll() is None:
231
231
                phantom.terminate()
232
 
                phantom.wait()
233
232
            self._wait_remaining_requests()
234
233
            _logger.info("phantom_run execution finished")
235
234