diff options
author | Robert Newson <rnewson@apache.org> | 2010-10-03 17:58:33 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2010-10-03 17:58:33 +0000 |
commit | fdccee2a26b017bd7bf9d78ffb82338e96f57c7a (patch) | |
tree | 401e05936054dcede4fe5e19f9f6f28f49f2e602 /share | |
parent | 20a75fa303aea0a94afe5e7d0591553b7f97abbd (diff) |
import couch_tests.js in custom_test.html so that CouchDB.protocol is defined. Is there a tidier fix?
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1004015 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/www/custom_test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/custom_test.html b/share/www/custom_test.html index 9292068a..2566a000 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -27,7 +27,7 @@ specific language governing permissions and limitations under the License. <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) { |