From 849303701a889a7efa4c7f239f80092ec17528e9 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 11 Jun 2012 21:32:24 +0200 Subject: [PATCH] Test: Remove unused file "include_js.php", closes gh-820. --- test/data/include_js.php | 106 --------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 test/data/include_js.php diff --git a/test/data/include_js.php b/test/data/include_js.php deleted file mode 100644 index 23207a9d9..000000000 --- a/test/data/include_js.php +++ /dev/null @@ -1,106 +0,0 @@ -/* -<'+'/script>');"; -} - -// the concatenated version of the the src files is both the default and the fallback -// because it does not require you to "make" jquery for it to update -if( $output === "" ) { - $files = array( - "intro", - "core", - "callbacks", - "deferred", - "support", - "data", - "queue", - "attributes", - "event", - "sizzle/sizzle", - "sizzle-jquery", - "traversing", - "manipulation", - "css", - "ajax", - "ajax/jsonp", - "ajax/script", - "ajax/xhr", - "effects", - "offset", - "dimensions", - "exports", - "outro" - ); - - foreach ( $files as $file ) { - $output .= file_get_contents( "../../src/" . $file . ".js" ); - } - - $output = str_replace( "(function( jQuery ) {", "", $output ); - $output = str_replace( "})( jQuery );", "", $output ); -} - -echo $output; -die(); -?> -*/ - -hasPHP = false; - -// javascript fallback using src files in case this is not run on a PHP server! -// please note that this fallback is for convenience only, and is not fully supported -// i.e. don't expect all of the tests to work properly -var baseURL = document.location.href.replace( /\/test\/.+/, "/"), - files = [ - "core", - "callbacks", - "deferred", - "support", - "data", - "queue", - "attributes", - "event", - "sizzle/sizzle", - "sizzle-jquery", - "traversing", - "manipulation", - "css", - "ajax", - "ajax/jsonp", - "ajax/script", - "ajax/xhr", - "effects", - "offset", - "dimensions", - "exports" - ], - len = files.length, - i = 0; - -for ( ; i < len; i++ ) { - document.write("