Author: jan
Date: Sat Mar 26 21:01:57 2011
New Revision: 1085800
URL: http://svn.apache.org/viewvc?rev=1085800&view=rev
Log:
Prefer local src paths for etap.
Closes COUCHDB-1056
Patch by Randall Leeds.
Modified:
couchdb/trunk/test/etap/test_util.erl.in
Modified: couchdb/trunk/test/etap/test_util.erl.in
URL:
http://svn.apache.org/viewvc/couchdb/trunk/test/etap/test_util.erl.in?rev=1085800&r1=1085799&r2=1085800&view=diff
==============================================================================
--- couchdb/trunk/test/etap/test_util.erl.in (original)
+++ couchdb/trunk/test/etap/test_util.erl.in Sat Mar 26 21:01:57 2011
@@ -24,7 +24,7 @@ builddir() ->
init_code_path() ->
Paths = ["etap", "couchdb", "erlang-oauth", "ibrowse", "mochiweb"],
lists:foreach(fun(Name) ->
- code:add_pathz(filename:join([builddir(), "src", Name]))
+ code:add_patha(filename:join([builddir(), "src", Name]))
end, Paths).
source_file(Name) ->