You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2010/10/03 19:58:33 UTC

svn commit: r1004015 - /couchdb/trunk/share/www/custom_test.html

Author: rnewson
Date: Sun Oct  3 17:58:33 2010
New Revision: 1004015

URL: http://svn.apache.org/viewvc?rev=1004015&view=rev
Log:
import couch_tests.js in custom_test.html so that CouchDB.protocol is defined. Is there a tidier fix?

Modified:
    couchdb/trunk/share/www/custom_test.html

Modified: couchdb/trunk/share/www/custom_test.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/custom_test.html?rev=1004015&r1=1004014&r2=1004015&view=diff
==============================================================================
--- couchdb/trunk/share/www/custom_test.html (original)
+++ couchdb/trunk/share/www/custom_test.html Sun Oct  3 17:58:33 2010
@@ -27,7 +27,7 @@ specific language governing permissions 
     <script src="script/jquery.resizer.js?0.11.0"></script>
     <script src="script/couch.js?0.11.0"></script>
     <script src="script/couch_test_runner.js?0.11.0"></script>
-    
+    <script src="script/couch_tests.js"></script>
     <script>
       function T(arg, desc) {
         if(!arg) {