[FIX] base_import remove useless test

bzr revid: al@openerp.com-20140428151946-0g54ne4yintws4cu
This commit is contained in:
Antony Lesuisse 2014-04-28 17:19:46 +02:00
parent 4107998dcc
commit a8e833b44f
2 changed files with 0 additions and 7 deletions

View File

@ -38,5 +38,4 @@ Re-implement openerp's file import system:
'static/src/js/import.js',
],
'qweb': ['static/src/xml/import.xml'],
'test': ['static/test/states.js'],
}

View File

@ -1,6 +0,0 @@
$(document).ready(function () {
module('foo');
test('dummy', function () {
ok(42);
});
});