Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(792)

Unified Diff: sky/tests/services/xhr.sky

Issue 699333002: Switch test_sky from apache to sky_server (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Less printf Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/services/network-expected.txt ('k') | sky/tools/sky_server » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/xhr.sky
diff --git a/sky/tests/services/xhr.sky b/sky/tests/services/xhr.sky
index cc96cdc0a8dd99fc35703bca9917f9d9014dc946..7d5089b459dedd27c96b40076eb754773e229b3a 100644
--- a/sky/tests/services/xhr.sky
+++ b/sky/tests/services/xhr.sky
@@ -17,7 +17,7 @@ describe('XMLHttpRequest', function() {
assert.ok(false, "Got error: " + JSON.stringify(error));
done();
};
- xhr.open("GET", "http://127.0.0.1:8000/services/resources/pass.txt");
+ xhr.open("GET", "http://127.0.0.1:8000/sky/tests/services/resources/pass.txt");
xhr.send();
});
});
« no previous file with comments | « sky/tests/services/network-expected.txt ('k') | sky/tools/sky_server » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698