From: Mike Taylor Date: Wed, 4 Dec 2013 12:43:55 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws X-Git-Tag: 0.9.1~137 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b4efde46f1a8e2080ef5579c10d4287c6be6d347;hp=320b8a326f9ea457e39be4e41a0142d3da7f4f4c;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws --- 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);