changing path to use existing php
authorbhill2
Sat, 13 Apr 2013 16:26:13 -0700
changeset 91 0750a5c11480
parent 90 da62056bd0e4
child 97 bde3a983e837
changing path to use existing php
tests/cors/submitted/bhill2/origin-null.htm
--- a/tests/cors/submitted/bhill2/origin-null.htm	Sat Apr 13 16:22:50 2013 -0700
+++ b/tests/cors/submitted/bhill2/origin-null.htm	Sat Apr 13 16:26:13 2013 -0700
@@ -21,7 +21,7 @@
     test(function () {
         var client = new XMLHttpRequest()
         client.open('GET', CROSSDOMAIN
-                            + '/resources/cors-makeheader.php?origin='
+                            + '../opera/staging/resources/cors-makeheader.php?origin='
                             + encodeURIComponent(origin),
                     false)
         assert_throws(null, function() { client.send() }, 'send')