From 73533d9bbc85ef14698668c3305359aa5522e07d Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Sat, 17 Nov 2012 15:57:26 +0100 Subject: Dialog: Exclude deprecated units from phantomjs --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index f43648870..d599496cc 100644 --- a/grunt.js +++ b/grunt.js @@ -281,7 +281,7 @@ grunt.initConfig({ files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) { // disabling everything that doesn't (quite) work with PhantomJS for now // TODO except for all|index|test, try to include more as we go - return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file ); + return !( /(all|index|test|dialog|dialog_deprecated|tabs|tooltip)\.html$/ ).test( file ); }) }, lint: { -- cgit v1.2.3