Remove old cruft from test folder. Change "polluted" test suite loader to use CDN hosted libraries.

This commit is contained in:
Anton M 2011-02-13 01:34:31 +01:00
parent d99268a4b7
commit fbf79c0b49
23 changed files with 70 additions and 13958 deletions

View file

@ -1,15 +0,0 @@
<?php
error_reporting(0);
$id = isset ( $_REQUEST['id'] ) ? $_REQUEST['id'] : null;
$wait = isset( $_REQUEST['wait'] ) ? $_REQUEST['wait'] : null;
if ( $wait ) sleep( $wait );
header("Content-type: text/css");
if ( $id ) {
?>
div#<?= $id ?> { margin-left: 27px }
<?php
}
?>

View file

@ -1 +0,0 @@
json_assigned_obj = { "test" : "worked" };