From: Tim Wood Date: Wed, 16 Mar 2011 17:53:39 +0000 (-0700) Subject: removed old test files X-Git-Tag: 0.3.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2acf070f34a46a82c8312a778c75171c3568f49;p=thirdparty%2Fmoment.git removed old test files --- diff --git a/test/phpdatetest.php b/test/phpdatetest.php deleted file mode 100644 index 548b06914..000000000 --- a/test/phpdatetest.php +++ /dev/null @@ -1,73 +0,0 @@ -UTC"; - $contents = ""; - for ($j = 1; $j < count($tests) + 1; $j++) { - $a = $tests[$j-1]; - $headers .= "$a"; - } - for ($i = 0; $i < 300; $i++) { - //$date = round($i * 5482443); - $date = round(1162277916 + $i * 1543); - $oddrow = $i % 2 == 0 ? " class='odd'" : ''; - $contents .= "$date"; - for ($j = 0; $j < count($tests); $j++) { - // set php date in seconds - $phpoutput = date($tests[$j], round($date)); - // set js date in milliseconds - $jsdate = $date * 1000; - $contents .= "$phpoutput"; - } - $contents .= ""; - } -?> - - - - - phpdate - - - - - - - - - - -
- - \ No newline at end of file diff --git a/test/time.js b/test/time.js deleted file mode 100644 index 374253467..000000000 --- a/test/time.js +++ /dev/null @@ -1,7 +0,0 @@ -$(document).ready(function() { - - module("Time"); - - - -}); diff --git a/test/util/dateformatspeed.html b/test/util/dateformatspeed.html deleted file mode 100644 index 2bb50202f..000000000 --- a/test/util/dateformatspeed.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - diff --git a/test/util/leftzerofill.html b/test/util/leftzerofill.html deleted file mode 100644 index 4dbfd4232..000000000 --- a/test/util/leftzerofill.html +++ /dev/null @@ -1,46 +0,0 @@ - - - diff --git a/test/util/parseint.html b/test/util/parseint.html deleted file mode 100644 index f2a420eb9..000000000 --- a/test/util/parseint.html +++ /dev/null @@ -1,53 +0,0 @@ - - - diff --git a/test/util/replace.html b/test/util/replace.html deleted file mode 100644 index 6cc735359..000000000 --- a/test/util/replace.html +++ /dev/null @@ -1,40 +0,0 @@ - - \ No newline at end of file diff --git a/test/util/switchOrNamedFunctions.html b/test/util/switchOrNamedFunctions.html deleted file mode 100644 index d4886a47c..000000000 --- a/test/util/switchOrNamedFunctions.html +++ /dev/null @@ -1,61 +0,0 @@ - - \ No newline at end of file diff --git a/test/utility.js b/test/utility.js deleted file mode 100644 index 5edab7d42..000000000 --- a/test/utility.js +++ /dev/null @@ -1,5 +0,0 @@ -$(document).ready(function() { - - - -});