Author: jan
Date: Sat Mar 26 21:02:47 2011
New Revision: 1085801
URL: http://svn.apache.org/viewvc?rev=1085801&view=rev
Log:
Prefer local src paths for etap.
Closes COUCHDB-1056
Patch by Randall Leeds.
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=1085801&r1=1085800&r2=1085801&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 Sat Mar 26 21:02:47 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) ->