From 8953b81dd62c0f4a8ea269c0f502d9ad8dc95489 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 10 Jan 2014 17:25:05 +0000 Subject: [PATCH] cleanup --- test/spec/mkws-index-jsdom.spec.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/spec/mkws-index-jsdom.spec.js b/test/spec/mkws-index-jsdom.spec.js index 471c03e..6414a09 100644 --- a/test/spec/mkws-index-jsdom.spec.js +++ b/test/spec/mkws-index-jsdom.spec.js @@ -17,7 +17,7 @@ function jsdom_check(file, tags_array, ignore_doctype) { var html = fs.readFileSync(file, "utf-8"); var tags = utils.flat_list(tags_array); - describe("language.html jsdom + jquery for " + file, function () { + describe("local html file jsdom + jquery for " + file, function () { var window = require('jsdom').jsdom(html, null, { FetchExternalResources: false, ProcessExternalResources: false, @@ -52,6 +52,4 @@ function jsdom_check(file, tags_array, ignore_doctype) { jsdom_check('../examples/htdocs/language.html', [utils.tags.required, utils.tags.optional, utils.tags.optional2]); jsdom_check('../examples/htdocs/mobile.html', [utils.tags.required, utils.tags.optional]); -jsdom_check('../examples/htdocs/popup.html', [], true); -jsdom_check('../examples/htdocs/jquery.html', []); -// jsdom_check('../examples/htdocs/mike.html', [utils.tags.required, utils.tags.optional], true); + -- 1.7.10.4