[REF] tests: removed the temporary import for test_xmlrpc.

bzr revid: vmt@openerp.com-20130201161553-0cqsnv9l7962wwls
This commit is contained in:
Vo Minh Thu 2013-02-01 17:15:53 +01:00
parent 56df6d6ecc
commit ff31ff5ca9
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ import test_osv
import test_translate
import test_uninstall
import test_view_validation
import test_xmlrpc # TODO Remove this before merge, or change oe run-tests to only run fast_suite + checks by default.
# This need a change in `oe run-tests` to only run fast_suite + checks by default.
# import test_xmlrpc
fast_suite = [
test_ir_sequence,