You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/09/30 04:44:41 UTC

svn commit: r820154 - in /couchdb/branches/0.10.x: ./ etc/default/ src/etap/ test/etap/

Author: davisp
Date: Wed Sep 30 02:44:37 2009
New Revision: 820154

URL: http://svn.apache.org/viewvc?rev=820154&view=rev
Log:
Backport ETap import and UUID's test fix.

ETap is now part of CouchDB's distribution for ease of testing.


Added:
    couchdb/branches/0.10.x/src/etap/   (props changed)
      - copied from r819799, couchdb/trunk/src/etap/
    couchdb/branches/0.10.x/src/etap/Makefile.am
      - copied unchanged from r819799, couchdb/trunk/src/etap/Makefile.am
    couchdb/branches/0.10.x/src/etap/etap.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap.erl
    couchdb/branches/0.10.x/src/etap/etap_application.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_application.erl
    couchdb/branches/0.10.x/src/etap/etap_can.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_can.erl
    couchdb/branches/0.10.x/src/etap/etap_exception.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_exception.erl
    couchdb/branches/0.10.x/src/etap/etap_process.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_process.erl
    couchdb/branches/0.10.x/src/etap/etap_report.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_report.erl
    couchdb/branches/0.10.x/src/etap/etap_request.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_request.erl
    couchdb/branches/0.10.x/src/etap/etap_string.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_string.erl
    couchdb/branches/0.10.x/src/etap/etap_web.erl
      - copied unchanged from r819799, couchdb/trunk/src/etap/etap_web.erl
Modified:
    couchdb/branches/0.10.x/   (props changed)
    couchdb/branches/0.10.x/LICENSE
    couchdb/branches/0.10.x/Makefile.am
    couchdb/branches/0.10.x/NOTICE
    couchdb/branches/0.10.x/configure.ac
    couchdb/branches/0.10.x/etc/default/couchdb   (props changed)
    couchdb/branches/0.10.x/license.skip
    couchdb/branches/0.10.x/test/etap/001-load.t
    couchdb/branches/0.10.x/test/etap/010-file-basics.t
    couchdb/branches/0.10.x/test/etap/011-file-headers.t
    couchdb/branches/0.10.x/test/etap/020-btree-basics.t
    couchdb/branches/0.10.x/test/etap/021-btree-reductions.t
    couchdb/branches/0.10.x/test/etap/030-doc-from-json.t
    couchdb/branches/0.10.x/test/etap/031-doc-to-json.t
    couchdb/branches/0.10.x/test/etap/040-util.t
    couchdb/branches/0.10.x/test/etap/050-stream.t
    couchdb/branches/0.10.x/test/etap/060-kt-merging.t
    couchdb/branches/0.10.x/test/etap/061-kt-missing-leaves.t
    couchdb/branches/0.10.x/test/etap/062-kt-remove-leaves.t
    couchdb/branches/0.10.x/test/etap/063-kt-get-leaves.t
    couchdb/branches/0.10.x/test/etap/064-kt-counting.t
    couchdb/branches/0.10.x/test/etap/065-kt-stemming.t
    couchdb/branches/0.10.x/test/etap/070-couch-db.t
    couchdb/branches/0.10.x/test/etap/080-config-get-set.t
    couchdb/branches/0.10.x/test/etap/081-config-override.t
    couchdb/branches/0.10.x/test/etap/082-config-register.t
    couchdb/branches/0.10.x/test/etap/083-config-no-files.t
    couchdb/branches/0.10.x/test/etap/090-task-status.t
    couchdb/branches/0.10.x/test/etap/100-ref-counter.t
    couchdb/branches/0.10.x/test/etap/110-replication-httpc.t
    couchdb/branches/0.10.x/test/etap/111-replication-changes-feed.t
    couchdb/branches/0.10.x/test/etap/112-replication-missing-revs.t

Propchange: couchdb/branches/0.10.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Sep 30 02:44:37 2009
@@ -3,4 +3,4 @@
 /couchdb/branches/form:729440-730015
 /couchdb/branches/list-iterator:782292-784593
 /couchdb/branches/tail_header:775760-778477
-/couchdb/trunk:806983,807208-807478,807771,808574,808632,808716,808876,809134,809977,810015,810028,810350,810358,810435,811910,813803,815921,817278,817398,817400,817403,817749,817793,818249,819091,819436
+/couchdb/trunk:806983,807208-807478,807771,808574,808632,808716,808876,809134,809977,810015,810028,810350,810358,810435,811910,813803,815921,817278,817398,817400,817403,817749,817793,818249,819091,819436,819799,819977

Modified: couchdb/branches/0.10.x/LICENSE
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/LICENSE?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/LICENSE (original)
+++ couchdb/branches/0.10.x/LICENSE Wed Sep 30 02:44:37 2009
@@ -343,3 +343,29 @@
   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   OTHER DEALINGS IN THE SOFTWARE.
+
+For the src/etap component:
+
+  Copyright (c) 2008-2009 Nick Gerakines <ni...@gerakines.net>
+
+  Permission is hereby granted, free of charge, to any person
+  obtaining a copy of this software and associated documentation
+  files (the "Software"), to deal in the Software without
+  restriction, including without limitation the rights to use,
+  copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following
+  conditions:
+  
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+  OTHER DEALINGS IN THE SOFTWARE.
+

Modified: couchdb/branches/0.10.x/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/Makefile.am?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/Makefile.am (original)
+++ couchdb/branches/0.10.x/Makefile.am Wed Sep 30 02:44:37 2009
@@ -10,7 +10,7 @@
 ## License for the specific language governing permissions and limitations under
 ## the License.
 
-SUBDIRS = bin etc src/couchdb src/erlang-oauth src/ibrowse src/mochiweb share test var utils
+SUBDIRS = bin etc src/couchdb src/erlang-oauth src/etap src/ibrowse src/mochiweb share test var utils
 
 localdoc_DATA = AUTHORS.gz BUGS.gz CHANGES.gz NEWS.gz README.gz THANKS.gz
 
@@ -43,7 +43,9 @@
 	rm -f cover/*.coverdata
 	COVER=1 COVER_BIN=./src/couchdb/ prove test/etap/*.t
 	SRC=./src/couchdb/ \
-	    $(ERL) -noshell -eval 'etap_report:create()' \
+	    $(ERL) -noshell \
+		-pa src/etap \
+		-eval 'etap_report:create()' \
 	    -s init stop > /dev/null 2>&1
 
 dev: all

Modified: couchdb/branches/0.10.x/NOTICE
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/NOTICE?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/NOTICE (original)
+++ couchdb/branches/0.10.x/NOTICE Wed Sep 30 02:44:37 2009
@@ -34,6 +34,10 @@
 
    Copyright 2009, Tim Fletcher <http://tfletcher.com/>
 
+ * ETap (http://github.com/ngerakines/etap/)
+
+   Copyright 2009, Nick Gerakines <ni...@gerakines.net>
+
  * mimeparse.js (http://code.google.com/p/mimeparse/)
 
    Copyright 2009, Chris Anderson <jc...@apache.org>

Modified: couchdb/branches/0.10.x/configure.ac
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/configure.ac?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/configure.ac (original)
+++ couchdb/branches/0.10.x/configure.ac Wed Sep 30 02:44:37 2009
@@ -346,6 +346,7 @@
 AC_CONFIG_FILES([src/couchdb/Makefile])
 AC_CONFIG_FILES([src/couchdb/priv/Makefile])
 AC_CONFIG_FILES([src/erlang-oauth/Makefile])
+AC_CONFIG_FILES([src/etap/Makefile])
 AC_CONFIG_FILES([src/ibrowse/Makefile])
 AC_CONFIG_FILES([src/mochiweb/Makefile])
 AC_CONFIG_FILES([test/Makefile])

Propchange: couchdb/branches/0.10.x/etc/default/couchdb
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Sep 30 02:44:37 2009
@@ -3,5 +3,5 @@
 /couchdb/branches/form/etc/default/couchdb:729440-730015
 /couchdb/branches/list-iterator/etc/default/couchdb:782292-784593
 /couchdb/branches/tail_header/etc/default/couchdb:775760-778477
-/couchdb/trunk/etc/default/couchdb:806983,807208-807478,807771,808574,808632,808716,808876,809134,809977,810015,810028,810350,810358,810435,811910,813803,815921,817277-817278,817398,817400,817403,817749,817793,818249,819091,819436
+/couchdb/trunk/etc/default/couchdb:806983,807208-807478,807771,808574,808632,808716,808876,809134,809977,810015,810028,810350,810358,810435,811910,813803,815921,817277-817278,817398,817400,817403,817749,817793,818249,819091,819436,819799,819977
 /incubator/couchdb/trunk/etc/default/couchdb:642419-694440

Modified: couchdb/branches/0.10.x/license.skip
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/license.skip?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/license.skip (original)
+++ couchdb/branches/0.10.x/license.skip Wed Sep 30 02:44:37 2009
@@ -60,6 +60,7 @@
 ^src/couchdb/priv/Makefile.in
 ^src/couchdb/priv/couchspawnkillable
 ^src/erlang-oauth/*
+^src/etap/*
 ^src/ibrowse/*
 ^src/mochiweb/*
 ^stamp-h1

Propchange: couchdb/branches/0.10.x/src/etap/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 30 02:44:37 2009
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+*.beam

Modified: couchdb/branches/0.10.x/test/etap/001-load.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/001-load.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/001-load.t (original)
+++ couchdb/branches/0.10.x/test/etap/001-load.t Wed Sep 30 02:44:37 2009
@@ -17,6 +17,7 @@
 % Test that we can load each module.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(39),
     Modules = [

Modified: couchdb/branches/0.10.x/test/etap/010-file-basics.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/010-file-basics.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/010-file-basics.t (original)
+++ couchdb/branches/0.10.x/test/etap/010-file-basics.t Wed Sep 30 02:44:37 2009
@@ -17,6 +17,7 @@
 filename() -> "./test/etap/temp.010".
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(16),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/011-file-headers.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/011-file-headers.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/011-file-headers.t (original)
+++ couchdb/branches/0.10.x/test/etap/011-file-headers.t Wed Sep 30 02:44:37 2009
@@ -18,6 +18,7 @@
 sizeblock() -> 4096. % Need to keep this in sync with couch_file.erl
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     {S1, S2, S3} = now(),
     random:seed(S1, S2, S3),

Modified: couchdb/branches/0.10.x/test/etap/020-btree-basics.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/020-btree-basics.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/020-btree-basics.t (original)
+++ couchdb/branches/0.10.x/test/etap/020-btree-basics.t Wed Sep 30 02:44:37 2009
@@ -20,6 +20,7 @@
 -record(btree, {fd, root, extract_kv, assemble_kv, less, reduce}).
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(48),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/021-btree-reductions.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/021-btree-reductions.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/021-btree-reductions.t (original)
+++ couchdb/branches/0.10.x/test/etap/021-btree-reductions.t Wed Sep 30 02:44:37 2009
@@ -18,6 +18,7 @@
 rows() -> 1000.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(8),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/030-doc-from-json.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/030-doc-from-json.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/030-doc-from-json.t (original)
+++ couchdb/branches/0.10.x/test/etap/030-doc-from-json.t Wed Sep 30 02:44:37 2009
@@ -20,6 +20,7 @@
 -record(att, {name, type, len, md5= <<>>, revpos=0, data}).
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(26),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/031-doc-to-json.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/031-doc-to-json.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/031-doc-to-json.t (original)
+++ couchdb/branches/0.10.x/test/etap/031-doc-to-json.t Wed Sep 30 02:44:37 2009
@@ -20,6 +20,7 @@
 -record(att, {name, type, len, md5= <<>>, revpos=0, data}).
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(12),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/040-util.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/040-util.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/040-util.t (original)
+++ couchdb/branches/0.10.x/test/etap/040-util.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     application:start(crypto),
 
@@ -72,7 +73,7 @@
         IntsToAGazillion = lists:seq(1, 200000),
         LotsOfData = lists:map(
             fun(Int) -> {Int, <<"foobar">>} end,
-        lists:seq(1, 200000)),
+        lists:seq(1, 500000)),
         etap:ok(couch_util:should_flush(),
             "Allocation 200K tuples puts us above the memory threshold.")
     end,

Modified: couchdb/branches/0.10.x/test/etap/050-stream.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/050-stream.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/050-stream.t (original)
+++ couchdb/branches/0.10.x/test/etap/050-stream.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(13),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/060-kt-merging.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/060-kt-merging.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/060-kt-merging.t (original)
+++ couchdb/branches/0.10.x/test/etap/060-kt-merging.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(16),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/061-kt-missing-leaves.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/061-kt-missing-leaves.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/061-kt-missing-leaves.t (original)
+++ couchdb/branches/0.10.x/test/etap/061-kt-missing-leaves.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(4),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/062-kt-remove-leaves.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/062-kt-remove-leaves.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/062-kt-remove-leaves.t (original)
+++ couchdb/branches/0.10.x/test/etap/062-kt-remove-leaves.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(6),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/063-kt-get-leaves.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/063-kt-get-leaves.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/063-kt-get-leaves.t (original)
+++ couchdb/branches/0.10.x/test/etap/063-kt-get-leaves.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(11),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/064-kt-counting.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/064-kt-counting.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/064-kt-counting.t (original)
+++ couchdb/branches/0.10.x/test/etap/064-kt-counting.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(4),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/065-kt-stemming.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/065-kt-stemming.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/065-kt-stemming.t (original)
+++ couchdb/branches/0.10.x/test/etap/065-kt-stemming.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(3),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/070-couch-db.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/070-couch-db.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/070-couch-db.t (original)
+++ couchdb/branches/0.10.x/test/etap/070-couch-db.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     code:add_pathz("src/mochiweb"),
 

Modified: couchdb/branches/0.10.x/test/etap/080-config-get-set.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/080-config-get-set.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/080-config-get-set.t (original)
+++ couchdb/branches/0.10.x/test/etap/080-config-get-set.t Wed Sep 30 02:44:37 2009
@@ -17,6 +17,7 @@
     "etc/couchdb/default_dev.ini".
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(12),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/081-config-override.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/081-config-override.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/081-config-override.t (original)
+++ couchdb/branches/0.10.x/test/etap/081-config-override.t Wed Sep 30 02:44:37 2009
@@ -39,6 +39,7 @@
     end.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(17),
 

Modified: couchdb/branches/0.10.x/test/etap/082-config-register.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/082-config-register.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/082-config-register.t (original)
+++ couchdb/branches/0.10.x/test/etap/082-config-register.t Wed Sep 30 02:44:37 2009
@@ -17,6 +17,7 @@
     "etc/couchdb/default_dev.ini".
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(5),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/083-config-no-files.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/083-config-no-files.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/083-config-no-files.t (original)
+++ couchdb/branches/0.10.x/test/etap/083-config-no-files.t Wed Sep 30 02:44:37 2009
@@ -17,6 +17,7 @@
     "etc/couchdb/default_dev.ini".
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(3),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/090-task-status.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/090-task-status.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/090-task-status.t (original)
+++ couchdb/branches/0.10.x/test/etap/090-task-status.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(16),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/100-ref-counter.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/100-ref-counter.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/100-ref-counter.t (original)
+++ couchdb/branches/0.10.x/test/etap/100-ref-counter.t Wed Sep 30 02:44:37 2009
@@ -14,6 +14,7 @@
 % the License.
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     etap:plan(8),
     case (catch test()) of

Modified: couchdb/branches/0.10.x/test/etap/110-replication-httpc.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/110-replication-httpc.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/110-replication-httpc.t (original)
+++ couchdb/branches/0.10.x/test/etap/110-replication-httpc.t Wed Sep 30 02:44:37 2009
@@ -39,6 +39,7 @@
 dbname() -> "etap-test-db".
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     code:add_pathz("src/ibrowse"),
     code:add_pathz("src/mochiweb"),

Modified: couchdb/branches/0.10.x/test/etap/111-replication-changes-feed.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/111-replication-changes-feed.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/111-replication-changes-feed.t (original)
+++ couchdb/branches/0.10.x/test/etap/111-replication-changes-feed.t Wed Sep 30 02:44:37 2009
@@ -38,6 +38,7 @@
     conn = nil
 }).
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     code:add_pathz("src/ibrowse"),
     code:add_pathz("src/mochiweb"),

Modified: couchdb/branches/0.10.x/test/etap/112-replication-missing-revs.t
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/test/etap/112-replication-missing-revs.t?rev=820154&r1=820153&r2=820154&view=diff
==============================================================================
--- couchdb/branches/0.10.x/test/etap/112-replication-missing-revs.t (original)
+++ couchdb/branches/0.10.x/test/etap/112-replication-missing-revs.t Wed Sep 30 02:44:37 2009
@@ -40,6 +40,7 @@
 }).
 
 main(_) ->
+    code:add_patha("src/etap"),
     code:add_pathz("src/couchdb"),
     code:add_pathz("src/ibrowse"),
     code:add_pathz("src/mochiweb"),