Updated Branches:
  refs/heads/master 752ec274a -> 33013f0d2

Disable link to Futon test suite


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7579763a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7579763a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7579763a

Branch: refs/heads/master
Commit: 7579763ad7a1a141a7051e32d23cb4173e92bd63
Parents: 752ec27
Author: Noah Slater <[email protected]>
Authored: Sun Mar 10 22:48:24 2013 +0000
Committer: Noah Slater <[email protected]>
Committed: Sun Mar 10 22:53:18 2013 +0000

----------------------------------------------------------------------
 share/www/_sidebar.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7579763a/share/www/_sidebar.html
----------------------------------------------------------------------
diff --git a/share/www/_sidebar.html b/share/www/_sidebar.html
index 271e906..e68bf73 100644
--- a/share/www/_sidebar.html
+++ b/share/www/_sidebar.html
@@ -29,7 +29,8 @@ specific language governing permissions and limitations under 
the License.
     </ul></li>
     <li><span>Diagnostics</span><ul>
       <li><a href="verify_install.html">Verify Installation</a></li>
-      <li><a href="couch_tests.html?script/couch_tests.js">Test Suite</a></li>
+      <!-- These tests are run during installation, so this link is disabled 
by default. -->
+      <!-- <li><a href="couch_tests.html?script/couch_tests.js">Test 
Suite</a></li> -->
     </ul></li>
     <li><span>Recent Databases</span>
       <ul id="dbs"></ul>

Reply via email to