From 4157b860bc11aa4a882539761863fd67cb7929ee Mon Sep 17 00:00:00 2001 From: niv-openerp Date: Fri, 26 Jul 2013 18:11:43 +0200 Subject: [PATCH] Desactivated some sample tests bzr revid: nicolas.vanhoren@openerp.com-20130726161143-z77m3ez5vm9kcehn --- addons/web_tests_demo/static/test/demo.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/addons/web_tests_demo/static/test/demo.js b/addons/web_tests_demo/static/test/demo.js index 02e3b404d90..0ca10ba642c 100644 --- a/addons/web_tests_demo/static/test/demo.js +++ b/addons/web_tests_demo/static/test/demo.js @@ -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'); // }); // }); -}); +});*/