cleanup
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 10 Jan 2014 17:25:05 +0000 (17:25 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 10 Jan 2014 17:25:05 +0000 (17:25 +0000)
test/spec/mkws-index-jsdom.spec.js

index 471c03e..6414a09 100644 (file)
@@ -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);
+