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 2011/04/22 01:05:12 UTC

svn commit: r1095843 - in /couchdb/branches/1.0.x/test/etap: 081-config-override.t 112-replication-missing-revs.t

Author: davisp
Date: Thu Apr 21 23:05:12 2011
New Revision: 1095843

URL: http://svn.apache.org/viewvc?rev=1095843&view=rev
Log:
More fixes for the build system.


Modified:
    couchdb/branches/1.0.x/test/etap/081-config-override.t
    couchdb/branches/1.0.x/test/etap/112-replication-missing-revs.t

Modified: couchdb/branches/1.0.x/test/etap/081-config-override.t
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/test/etap/081-config-override.t?rev=1095843&r1=1095842&r2=1095843&view=diff
==============================================================================
--- couchdb/branches/1.0.x/test/etap/081-config-override.t (original)
+++ couchdb/branches/1.0.x/test/etap/081-config-override.t Thu Apr 21 23:05:12 2011
@@ -148,7 +148,7 @@ test() ->
         ),
 
         etap:is(
-            couch_config:set("httpd", "port", "8080", false),
+            couch_config:set("httpd", "port", "8080"),
             ok,
             "Writing {httpd, port} is kosher."
         ),

Modified: couchdb/branches/1.0.x/test/etap/112-replication-missing-revs.t
URL: http://svn.apache.org/viewvc/couchdb/branches/1.0.x/test/etap/112-replication-missing-revs.t?rev=1095843&r1=1095842&r2=1095843&view=diff
==============================================================================
--- couchdb/branches/1.0.x/test/etap/112-replication-missing-revs.t (original)
+++ couchdb/branches/1.0.x/test/etap/112-replication-missing-revs.t Thu Apr 21 23:05:12 2011
@@ -39,13 +39,6 @@
     conn = nil
 }).
 
-config_files() ->
-    lists:map(fun test_util:build_file/1, [
-        "etc/couchdb/default_dev.ini",
-        "etc/couchdb/local_dev.ini",
-        "test/etap/random_port.ini"
-    ]).
-
 main(_) ->
     test_util:init_code_path(),
     
@@ -60,7 +53,7 @@ main(_) ->
     ok.
 
 test() ->
-    couch_server_sup:start_link(config_files()),
+    couch_server_sup:start_link(test_util:config_files()),
     ibrowse:start(),
     crypto:start(),