Dev: enable slider in the test suite

This commit is contained in:
Mike Sherov 2012-11-09 17:22:35 -05:00
parent 7ed4aa56c6
commit cc5c2aad96
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ var versions = {
"Progressbar": "progressbar/progressbar.html", "Progressbar": "progressbar/progressbar.html",
"Resizable": "resizable/resizable.html", "Resizable": "resizable/resizable.html",
"Selectable": "selectable/selectable.html", "Selectable": "selectable/selectable.html",
//"Slider": "slider/slider.html", "Slider": "slider/slider.html",
"Sortable": "sortable/sortable.html", "Sortable": "sortable/sortable.html",
"Spinner": "spinner/spinner.html", "Spinner": "spinner/spinner.html",
"Tabs": "tabs/tabs.html", "Tabs": "tabs/tabs.html",

View File

@ -281,7 +281,7 @@ grunt.initConfig({
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) { files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
// disabling everything that doesn't (quite) work with PhantomJS for now // disabling everything that doesn't (quite) work with PhantomJS for now
// TODO except for all|index|test, try to include more as we go // TODO except for all|index|test, try to include more as we go
return !( /(all|all-active|index|test|dialog|slider|tabs|tooltip)\.html$/ ).test( file ); return !( /(all|all-active|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
}) })
}, },
lint: { lint: {

View File

@ -30,7 +30,7 @@
"progressbar/progressbar.html", "progressbar/progressbar.html",
"resizable/resizable.html", "resizable/resizable.html",
"selectable/selectable.html", "selectable/selectable.html",
//"slider/slider.html", "slider/slider.html",
"sortable/sortable.html", "sortable/sortable.html",
"spinner/spinner.html", "spinner/spinner.html",
"tabs/tabs.html", "tabs/tabs.html",