Index: sky/tests/framework/xmlhttprequest/xhr-relative.sky |
diff --git a/sky/tests/framework/xmlhttprequest/xhr-relative.sky b/sky/tests/framework/xmlhttprequest/xhr-relative.sky |
index 632810fcb2f746f6ef1fadf1b9393b3dd17b9a72..88908c71d91b34ac4dcb6a74dd5d989a83110f29 100644 |
--- a/sky/tests/framework/xmlhttprequest/xhr-relative.sky |
+++ b/sky/tests/framework/xmlhttprequest/xhr-relative.sky |
@@ -1,6 +1,6 @@ |
<html> |
-<import src="/sky/tests/resources/chai.sky" /> |
-<import src="/sky/tests/resources/mocha.sky" /> |
+<import src="../../resources/chai.sky" /> |
+<import src="../../resources/mocha.sky" /> |
<import src="/sky/framework/xmlhttprequest.sky" as="XMLHttpRequest" /> |
<script> |
describe('XMLHttpRequest', function() { |