lp://qastaging/~openerp-dev/openobject-server/trunk-res-country-state-cleaning-mme

Created by Mehul Mehta(OpenERP) and last modified
Get this branch:
bzr branch lp://qastaging/~openerp-dev/openobject-server/trunk-res-country-state-cleaning-mme
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

5092. By Mehul Mehta(OpenERP)

[IMP] improvement in code

5091. By Mehul Mehta(OpenERP)

[MERGE] Merged lp:openobject-server

5090. By Mehul Mehta(OpenERP)

[Fix] remove res.country.state model and replace all many2one state by a char field

5089. By Xavier (Open ERP)

[FIX] actually retry select on EINTR

Turns out select has its own select.error which does *not* subclass
EnvironmentError (or OSError or IOError) and does *not* have a .errno
attribute. So use the correct exception, might just work better than using
a completely different one with no relation.

5088. By Xavier (Open ERP)

[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?

5087. By Xavier (Open ERP)

[IMP] style

use break instead of return so cleanup can eventually be put after loop if necessary (?)

5086. By Xavier (Open ERP)

[FIX] possibility of select being interrupted, just restart the call

uses EnvironmentError because not sure if socket.error or os.error

5085. By Xavier (Open ERP)

[IMP] phantomjs runner

* use Skip exception to skip tests in case phantomjs binary not found
* remove spurious logging, move some to debug when debatable
* use testing assertions for correct reporting
* allow failure message
* use mutable buffer to accumulate stdout data

5084. By Xavier (Open ERP)

[IMP] slightly improve error message at the end of a module's failed tests

5083. By Xavier (Open ERP)

[FIX] run_unit_tests lying about its return value: it only ever returns a bool, never None

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/openobject-server
This branch contains Public information 
Everyone can see this information.

Subscribers