Skip to content
Snippets Groups Projects
Commit ac68581e authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[FIX] re-enable test func and qweb

bzr revid: al@openerp.com-20140209143326-mitb5g9sdsll9arj
parent 70d498c1
No related branches found
No related tags found
No related merge requests found
import test_acl
import test_base
import test_basecase
import test_db_cursor
import test_expression
import test_expression
import test_fields
import test_func
import test_ir_actions
import test_ir_attachment
import test_ir_filters
import test_ir_sequence
import test_ir_values
import test_mail
import test_menu
import test_orm
import test_osv
import test_translate
#import test_uninstall
import test_view_validation
import test_xmlrpc
import test_base
import test_expression
import test_ir_actions
import test_ir_attachment
import test_ir_values
import test_menu
import test_phantom
import test_qweb
import test_res_config
import test_res_lang
import test_search
import test_translate
#import test_uninstall
import test_view_validation
import test_views
import test_phantom
import test_xmlrpc
......@@ -2,7 +2,7 @@
import functools
import unittest2
from ..tools.func import compose
from openerp.tools.func import compose
class TestCompose(unittest2.TestCase):
def test_basic(self):
......
File mode changed from 100755 to 100644
......@@ -2,7 +2,7 @@
import cgi
from xml.dom import minidom as dom
import common
from openerp.tests import common
from openerp.addons.base.ir import ir_qweb
impl = dom.getDOMImplementation()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment