From: Wolfram Schneider Date: Wed, 4 Dec 2013 09:38:05 +0000 (+0000) Subject: disable HTML DOM checks on examples/htdocs/mike.html X-Git-Tag: 0.9.1~137^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=111fcc39dca904fd55b7d5fb677a417e05438d58 disable HTML DOM checks on examples/htdocs/mike.html to much changed, see f777e9d3347abb4a6ee8eebc5372df220ac6ffb2 --- diff --git a/test/spec/mkws-index-jsdom.spec.js b/test/spec/mkws-index-jsdom.spec.js index bd481c3..8ed7993 100644 --- a/test/spec/mkws-index-jsdom.spec.js +++ b/test/spec/mkws-index-jsdom.spec.js @@ -54,4 +54,4 @@ jsdom_check('../examples/htdocs/language.html', [utils.tags.required, utils.tags 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); +// jsdom_check('../examples/htdocs/mike.html', [utils.tags.required, utils.tags.optional], true); diff --git a/test/spec/mkws-index-simple.spec.js b/test/spec/mkws-index-simple.spec.js index dd43bb9..a91acf7 100644 --- a/test/spec/mkws-index-simple.spec.js +++ b/test/spec/mkws-index-simple.spec.js @@ -49,4 +49,4 @@ html_check('../examples/htdocs/language.html', [utils.tags.required, utils.tags. html_check('../examples/htdocs/mobile.html', [utils.tags.required, utils.tags.optional]); html_check('../examples/htdocs/popup.html', [], true); html_check('../examples/htdocs/jquery.html', []); -html_check('../examples/htdocs/mike.html', [utils.tags.required, utils.tags.optional], true); +// html_check('../examples/htdocs/mike.html', [utils.tags.required, utils.tags.optional], true);