Update tests
authorMichael Ang <mang@archive.org>
Tue, 9 Mar 2010 01:24:01 +0000 (01:24 +0000)
committerMichael Ang <mang@archive.org>
Tue, 9 Mar 2010 01:24:01 +0000 (01:24 +0000)
BookReaderIA/test/index.html
BookReaderIA/test/unit/Images.js

index 282548f..1de9221 100644 (file)
@@ -10,7 +10,7 @@
 
 </head>
 <body>
-  <h1 id="qunit-header">QUnit example</h1>
+  <h1 id="qunit-header">BookReader QUnit Tests</h1>
  <h2 id="qunit-banner"></h2>
  <h2 id="qunit-userAgent"></h2>
  <ol id="qunit-tests"></ol>
index f9293ac..e2fabb9 100644 (file)
@@ -5,7 +5,7 @@
 module("Images");
 
 // $$$ set to test host
-var testHost = 'http://www-mang.archive.org';
+var testHost = 'http://www-testflip.archive.org';
 
 // Returns locator URL for the given id
 function jsLocateURL(identifier, book) {