diff options
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) { |