From d314fbea0d84f9c96f844f39c2ff9879ca6c9323 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Tue, 26 Aug 2014 12:09:43 -0500 Subject: [PATCH] updating cross-domain URL used in test-suite test cases --- tests/test-LABjs-preloading-1.html | 4 ++-- tests/test-LABjs-preloading-10.html | 8 ++++---- tests/test-LABjs-preloading-11.html | 8 ++++---- tests/test-LABjs-preloading-12a.html | 6 +++--- tests/test-LABjs-preloading-12b.html | 8 ++++---- tests/test-LABjs-preloading-12c.html | 8 ++++---- tests/test-LABjs-preloading-12d.html | 10 +++++----- tests/test-LABjs-preloading-12e.html | 12 ++++++------ tests/test-LABjs-preloading-12f.html | 8 ++++---- tests/test-LABjs-preloading-12g.html | 8 ++++---- tests/test-LABjs-preloading-13a.html | 6 +++--- tests/test-LABjs-preloading-13b.html | 8 ++++---- tests/test-LABjs-preloading-13c.html | 8 ++++---- tests/test-LABjs-preloading-13d.html | 10 +++++----- tests/test-LABjs-preloading-13e.html | 12 ++++++------ tests/test-LABjs-preloading-13f.html | 8 ++++---- tests/test-LABjs-preloading-13g.html | 8 ++++---- tests/test-LABjs-preloading-14a.html | 8 ++++---- tests/test-LABjs-preloading-14b.html | 8 ++++---- tests/test-LABjs-preloading-14c.html | 10 +++++----- tests/test-LABjs-preloading-14d.html | 10 +++++----- tests/test-LABjs-preloading-14e.html | 10 +++++----- tests/test-LABjs-preloading-15.html | 4 ++-- tests/test-LABjs-preloading-16.html | 4 ++-- tests/test-LABjs-preloading-2.html | 6 +++--- tests/test-LABjs-preloading-3.html | 4 ++-- tests/test-LABjs-preloading-4.html | 6 +++--- tests/test-LABjs-preloading-5.html | 6 +++--- tests/test-LABjs-preloading-6.html | 6 +++--- tests/test-LABjs-preloading-7.html | 6 +++--- tests/test-LABjs-preloading-8.html | 6 +++--- tests/test-LABjs-preloading-9.html | 8 ++++---- 32 files changed, 121 insertions(+), 121 deletions(-) diff --git a/tests/test-LABjs-preloading-1.html b/tests/test-LABjs-preloading-1.html index e46dcb7..05c47c5 100644 --- a/tests/test-LABjs-preloading-1.html +++ b/tests/test-LABjs-preloading-1.html @@ -34,7 +34,7 @@ $LAB .setOptions({AlwaysPreserveOrder:true,UseLocalXHR:false,BasePath:"/test_suite/"}) -.script("//labjs.xhr.me/test_suite/testscript1.php?delay=5") // testing protocol-relative pathing +.script("//labjs.getify.com/test_suite/testscript1.php?delay=5") // testing protocol-relative pathing .script("/test_suite/testscript2.php?delay=3") .script("testscript3.php?delay=1") .wait(done); @@ -55,4 +55,4 @@

LABjs tests (LABjs with preloading #1)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-10.html b/tests/test-LABjs-preloading-10.html index e78f8a0..41c248f 100644 --- a/tests/test-LABjs-preloading-10.html +++ b/tests/test-LABjs-preloading-10.html @@ -33,11 +33,11 @@ $LAB .setOptions({AlwaysPreserveOrder:true}) -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") // dupe scripts, only one will be preloaded/loaded -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") // dupe scripts, only one will be preloaded/loaded +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") .script("testscript2.php?delay=3") .script("testscript2.php?delay=7") // 7 second load of script will be long poll for final "done" (~7 secs) -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") .wait(done); @@ -56,4 +56,4 @@

LABjs tests (LABjs with preloading #10)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-11.html b/tests/test-LABjs-preloading-11.html index 030308c..1af3494 100644 --- a/tests/test-LABjs-preloading-11.html +++ b/tests/test-LABjs-preloading-11.html @@ -33,11 +33,11 @@ $LAB .setOptions({AlwaysPreserveOrder:true,AllowDuplicates:true}) -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") // will be allowed since duplicates are allowed +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") // will be allowed since duplicates are allowed .script("testscript2.php?delay=3") .script("testscript2.php?delay=3") // will be allowed since duplicates are allowed -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") .wait(done); @@ -56,4 +56,4 @@

LABjs tests (LABjs with preloading #11)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-12a.html b/tests/test-LABjs-preloading-12a.html index d4c7dd2..a2e13d0 100644 --- a/tests/test-LABjs-preloading-12a.html +++ b/tests/test-LABjs-preloading-12a.html @@ -36,7 +36,7 @@ $LAB .script(function(){ - if (typeof script1 == "undefined") return "http://labjs.xhr.me/test_suite/testscript1.php?delay=5"; + if (typeof script1 == "undefined") return "http://labjs.getify.com/test_suite/testscript1.php?delay=5"; else return false; }) .wait() @@ -46,7 +46,7 @@ }) .wait() .script(function(){ - if (typeof script3 == "undefined") return {src:"http://labjs.xhr.me/test_suite/testscript3.php?delay=1"}; + if (typeof script3 == "undefined") return {src:"http://labjs.getify.com/test_suite/testscript3.php?delay=1"}; else return false; }) .wait(done); @@ -76,4 +76,4 @@

LABjs tests (LABjs with preloading #12a)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-12b.html b/tests/test-LABjs-preloading-12b.html index 0792825..d20b9b0 100644 --- a/tests/test-LABjs-preloading-12b.html +++ b/tests/test-LABjs-preloading-12b.html @@ -35,12 +35,12 @@ timeDiff.setStartTime(); - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -69,4 +69,4 @@

LABjs tests (LABjs with preloading #14a)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-14b.html b/tests/test-LABjs-preloading-14b.html index a732e85..f90d315 100644 --- a/tests/test-LABjs-preloading-14b.html +++ b/tests/test-LABjs-preloading-14b.html @@ -37,12 +37,12 @@ $LAB.setGlobalDefaults({AlwaysPreserveOrder:true}); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5"); +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5"); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") // duplicate, shouldn't load +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") // duplicate, shouldn't load .script("testscript2.php?delay=3") -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1"); +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1"); @@ -67,4 +67,4 @@

LABjs tests (LABjs with preloading #14b)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-14c.html b/tests/test-LABjs-preloading-14c.html index 16d0a7a..df37977 100644 --- a/tests/test-LABjs-preloading-14c.html +++ b/tests/test-LABjs-preloading-14c.html @@ -37,14 +37,14 @@ $LAB.setGlobalDefaults({AlwaysPreserveOrder:true}); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") .script("testscript2.php?delay=3") -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1"); // should execute +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1"); // should execute $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") // duplicate, shouldn't load +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") // duplicate, shouldn't load .script("testscript2.php?delay=3") // duplicate, shouldn't load -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") // duplicate, shouldn't load +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") // duplicate, shouldn't load .wait(done); @@ -70,4 +70,4 @@

LABjs tests (LABjs with preloading #14c)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-14d.html b/tests/test-LABjs-preloading-14d.html index 7a69515..8c6173c 100644 --- a/tests/test-LABjs-preloading-14d.html +++ b/tests/test-LABjs-preloading-14d.html @@ -39,13 +39,13 @@ $LAB.setGlobalDefaults({AlwaysPreserveOrder:true}); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") .script("testscript2.php?delay=3") -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1"); // should execute +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1"); // should execute $LAB -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") // duplicate, shouldn't load -.script("http://labjs.xhr.me/test_suite/testscript3b.php?delay=2") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") // duplicate, shouldn't load +.script("http://labjs.getify.com/test_suite/testscript3b.php?delay=2") .wait(done); @@ -71,4 +71,4 @@

LABjs tests (LABjs with preloading #14d)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-14e.html b/tests/test-LABjs-preloading-14e.html index 5072417..f3b3cb1 100644 --- a/tests/test-LABjs-preloading-14e.html +++ b/tests/test-LABjs-preloading-14e.html @@ -40,14 +40,14 @@ timeDiff.setStartTime(); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5").wait() +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5").wait() .script("testscript2.php?delay=3").wait() -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1"); // should execute +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1"); // should execute $LAB -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1").wait() // duplicate, shouldn't load +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1").wait() // duplicate, shouldn't load .script("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js") -.script("http://labjs.xhr.me/test_suite/testscript3b.php?delay=2") +.script("http://labjs.getify.com/test_suite/testscript3b.php?delay=2") .wait(function(){jquery = "jQuery("+!(!jQuery)+")"}) .wait(done); @@ -74,4 +74,4 @@

LABjs tests (LABjs with preloading #14e)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-15.html b/tests/test-LABjs-preloading-15.html index 710a4af..250089e 100644 --- a/tests/test-LABjs-preloading-15.html +++ b/tests/test-LABjs-preloading-15.html @@ -34,9 +34,9 @@ timeDiff.setStartTime(); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") .script("testscript2.php?delay=3") -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") .wait(done); diff --git a/tests/test-LABjs-preloading-16.html b/tests/test-LABjs-preloading-16.html index b46b6b7..85938da 100644 --- a/tests/test-LABjs-preloading-16.html +++ b/tests/test-LABjs-preloading-16.html @@ -34,9 +34,9 @@ timeDiff.setStartTime(); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") .script("testscript2.php?delay=3") -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") .wait(done); diff --git a/tests/test-LABjs-preloading-2.html b/tests/test-LABjs-preloading-2.html index 256a6c6..ca8e0e2 100644 --- a/tests/test-LABjs-preloading-2.html +++ b/tests/test-LABjs-preloading-2.html @@ -34,9 +34,9 @@ $LAB .setOptions({AlwaysPreserveOrder:true}) .script( - ["http://labjs.xhr.me/test_suite/testscript1.php?delay=5", + ["http://labjs.getify.com/test_suite/testscript1.php?delay=5", ["testscript2.php?delay=3", - "http://labjs.xhr.me/test_suite/testscript3.php?delay=1" + "http://labjs.getify.com/test_suite/testscript3.php?delay=1" ] ] ) @@ -58,4 +58,4 @@

LABjs tests (LABjs with preloading #2)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-3.html b/tests/test-LABjs-preloading-3.html index d41c530..95cd5a7 100644 --- a/tests/test-LABjs-preloading-3.html +++ b/tests/test-LABjs-preloading-3.html @@ -34,9 +34,9 @@ timeDiff.setStartTime(); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") .script("testscript2.php?delay=3") -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") .wait(done); diff --git a/tests/test-LABjs-preloading-4.html b/tests/test-LABjs-preloading-4.html index 88290f7..0cb0a06 100644 --- a/tests/test-LABjs-preloading-4.html +++ b/tests/test-LABjs-preloading-4.html @@ -35,10 +35,10 @@ $LAB .script( - ["http://labjs.xhr.me/test_suite/testscript1.php?delay=5", + ["http://labjs.getify.com/test_suite/testscript1.php?delay=5", "testscript2.php?delay=3" ], - "http://labjs.xhr.me/test_suite/testscript3.php?delay=1" + "http://labjs.getify.com/test_suite/testscript3.php?delay=1" ) .wait(done); @@ -58,4 +58,4 @@

LABjs tests (LABjs with preloading #4)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-5.html b/tests/test-LABjs-preloading-5.html index 8849f51..ce32eed 100644 --- a/tests/test-LABjs-preloading-5.html +++ b/tests/test-LABjs-preloading-5.html @@ -34,9 +34,9 @@ timeDiff.setStartTime(); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5").wait().wait(function(){console.log("script1:"+script1);}) +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5").wait().wait(function(){console.log("script1:"+script1);}) .script("testscript2.php?delay=3").wait().wait(function(){console.log("script2:"+script2);}).wait() -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1").wait() +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1").wait() .wait(done); @@ -55,4 +55,4 @@

LABjs tests (LABjs with preloading #5)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-6.html b/tests/test-LABjs-preloading-6.html index 2fc9a11..b90d674 100644 --- a/tests/test-LABjs-preloading-6.html +++ b/tests/test-LABjs-preloading-6.html @@ -32,9 +32,9 @@ timeDiff.setStartTime(); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5").wait() +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5").wait() .script("testscript2.php?delay=3").wait() -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1").wait(done); +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1").wait(done); @@ -52,4 +52,4 @@

LABjs tests (LABjs with preloading #6)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-7.html b/tests/test-LABjs-preloading-7.html index 10331b2..a34fbfa 100644 --- a/tests/test-LABjs-preloading-7.html +++ b/tests/test-LABjs-preloading-7.html @@ -32,9 +32,9 @@ timeDiff.setStartTime(); $LAB -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5").wait().wait(function(){console.log("script1:"+script1);}) +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5").wait().wait(function(){console.log("script1:"+script1);}) .script("testscript2.php?delay=3").wait().wait(function(){console.log("script2:"+script2);}).wait() -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1").wait() +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1").wait() .wait(done); @@ -53,4 +53,4 @@

LABjs tests (LABjs with preloading #7)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-8.html b/tests/test-LABjs-preloading-8.html index c961171..d0ee2e7 100644 --- a/tests/test-LABjs-preloading-8.html +++ b/tests/test-LABjs-preloading-8.html @@ -59,9 +59,9 @@ $LAB .setOptions({AlwaysPreserveOrder:true,UseLocalXHR:false}) -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") .script("testscript2.php?delay=3") -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") .wait(done); @@ -80,4 +80,4 @@

LABjs tests (LABjs with preloading #8)

- \ No newline at end of file + diff --git a/tests/test-LABjs-preloading-9.html b/tests/test-LABjs-preloading-9.html index 7eeafba..4bf66b2 100644 --- a/tests/test-LABjs-preloading-9.html +++ b/tests/test-LABjs-preloading-9.html @@ -33,11 +33,11 @@ $LAB .setOptions({AlwaysPreserveOrder:true}) -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") -.script("http://labjs.xhr.me/test_suite/testscript1.php?delay=5") // will be ignored since is a duplicate +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") +.script("http://labjs.getify.com/test_suite/testscript1.php?delay=5") // will be ignored since is a duplicate .script("testscript2.php?delay=3") .script("testscript2.php?delay=3") // will be ignored since is a duplicate -.script("http://labjs.xhr.me/test_suite/testscript3.php?delay=1") +.script("http://labjs.getify.com/test_suite/testscript3.php?delay=1") .wait(done); @@ -56,4 +56,4 @@

LABjs tests (LABjs with preloading #9)

- \ No newline at end of file +