Nehal Panchal (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-server/6.1-opw-582950-nep into 
lp:openobject-server/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/6.1-opw-582950-nep/+merge/141219

Hello,

Failure of one test case was stopping the rest of the test cases due to raise.

This fixes the issue.

Thanks


-- 
https://code.launchpad.net/~openerp-dev/openobject-server/6.1-opw-582950-nep/+merge/141219
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-server/6.1-opw-582950-nep.
=== modified file 'openerp/tools/yaml_import.py'
--- openerp/tools/yaml_import.py	2012-06-25 14:40:13 +0000
+++ openerp/tools/yaml_import.py	2012-12-24 13:27:23 +0000
@@ -848,7 +848,6 @@
                 _logger.exception(e)
             except Exception, e:
                 _logger.exception(e)
-                raise
 
     def _process_node(self, node):
         if is_comment(node):

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to