diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/test/data/name.php | 2 | ||||
-rw-r--r-- | build/test/data/test.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build/test/data/name.php b/build/test/data/name.php index a287fc92f..03d805a9a 100644 --- a/build/test/data/name.php +++ b/build/test/data/name.php @@ -18,5 +18,5 @@ if($name == 'foo') { echo "pan";
die();
}
-echo "ERROR";
+echo 'ERROR <script type="text/javascript">ok( true, "name.php executed" );</script>';
?>
\ No newline at end of file diff --git a/build/test/data/test.html b/build/test/data/test.html index 9d5b670bf..df438d01d 100644 --- a/build/test/data/test.html +++ b/build/test/data/test.html @@ -1,6 +1,7 @@ html text<br/> <script type="text/javascript">/* <![CDATA[ */ -foo = "foo"; $('#foo').html('foo'); +testFoo = "foo"; $('#foo').html('foo'); +ok( true, "test.html executed" ); /* ]]> */</script> <script src="data/test.js"></script> blabla
\ No newline at end of file |