Author: davisp Date: Thu Apr 21 01:25:07 2011 New Revision: 1095585 URL: http://svn.apache.org/viewvc?rev=1095585&view=rev Log: Instead of trying to write values we just don't write values. Modified: couchdb/branches/1.1.x/test/etap/test_util.erl.in Modified: couchdb/branches/1.1.x/test/etap/test_util.erl.in URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/test/etap/test_util.erl.in?rev=1095585&r1=1095584&r2=1095585&view=diff ============================================================================== --- couchdb/branches/1.1.x/test/etap/test_util.erl.in (original) +++ couchdb/branches/1.1.x/test/etap/test_util.erl.in Thu Apr 21 01:25:07 2011 @@ -36,7 +36,7 @@ build_file(Name) -> config_files() -> [ build_file("etc/couchdb/default_dev.ini"), - source_file("test/etap/random_port.ini"), - build_file("etc/couchdb/local_dev.ini") + build_file("etc/couchdb/local_dev.ini"), + source_file("test/etap/random_port.ini") ].