Desactivated some sample tests

bzr revid: nicolas.vanhoren@openerp.com-20130726161143-z77m3ez5vm9kcehn
This commit is contained in:
niv-openerp 2013-07-26 18:11:43 +02:00
parent 95599aefd4
commit 4157b860bc
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
openerp.testing.section('basic section', function (test) {
// niv: I desactivate these until the testing framework has been adapted to better use
// the new way to declare JavaScript modules
/*openerp.testing.section('basic section', function (test) {
test('my first test', function () {
ok(true, "this test has run");
});
@ -99,4 +102,4 @@ openerp.testing.section('basic section', function (test) {
// strictEqual(record.other, 'bob');
// });
// });
});
});*/