Adds jQuery collection to objects that will be used as global events context if provi...
[jquery.git] / test / data / etag.php
index ad05ba8..7bcfcd1 100644 (file)
@@ -11,6 +11,11 @@ if ($ifNoneMatch == $etag) {
 }
 
 header("Etag: " . $etag);
-echo "OK: " . $etag;
+
+if ( $ifNoneMatch ) {
+       echo "OK: " . $etag;
+} else {
+       echo "FAIL";
+}
 
 ?>