You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/10/06 13:49:38 UTC

documentation commit: updated refs/heads/master to 0bfadc4

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 8699cd5c6 -> 0bfadc415


Remove mention of "Test Suite" in Futon from documentation

COUCHDB-1943


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

Branch: refs/heads/master
Commit: 0bfadc41504b40cc52b69907e5829a29a179cb71
Parents: 8699cd5
Author: Alexander Shorin <kx...@apache.org>
Authored: Mon Oct 6 15:48:57 2014 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Oct 6 15:48:57 2014 +0400

----------------------------------------------------------------------
 images/intro-tour-02.png | Bin 83380 -> 0 bytes
 src/intro/tour.rst       |  26 --------------------------
 2 files changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/0bfadc41/images/intro-tour-02.png
----------------------------------------------------------------------
diff --git a/images/intro-tour-02.png b/images/intro-tour-02.png
deleted file mode 100644
index 2c6f0cc..0000000
Binary files a/images/intro-tour-02.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/0bfadc41/src/intro/tour.rst
----------------------------------------------------------------------
diff --git a/src/intro/tour.rst b/src/intro/tour.rst
index 3e2de8c..0a6878a 100644
--- a/src/intro/tour.rst
+++ b/src/intro/tour.rst
@@ -203,32 +203,6 @@ Some common network configurations cause the replication test to fail when
 accessed via the localhost address. You can fix this by accessing CouchDB via
 127.0.0.1, e.g. http://127.0.0.1:5984/_utils/.
 
-Navigate to the test suite by clicking "Test Suite" on the Futon sidebar,
-then click "run all" at the top to kick things off. :ref:`intro/tour-02`
-shows the Futon test suite running some tests.
-
-
-.. _intro/tour-02:
-
-.. figure:: ../../images/intro-tour-02.png
-   :align: center
-   :alt: The Futon test suite running some tests
-
-   Figure 2. The Futon test suite running some tests
-
-
-Because the test suite is run from the browser, not only does it test that
-CouchDB is functioning properly, it also verifies that your browser's
-connection to the database is properly configured, which can be very handy
-for diagnosing misbehaving proxies or other HTTP middleware.
-
-If the test suite has an inordinate number of failures,
-you'll need to see the troubleshooting section in Appendix D,
-Installing from Source for the next steps to fix your installation.
-
-Now that the test suite is finished, you've verified that your CouchDB
-installation is successful and you're ready to see what else Futon has to offer.
-
 
 Your First Database and Document
 ================================