diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-03-08 22:36:06 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-03-08 22:36:06 -0500 |
commit | a236c1b179eaf85c5a8eca8e5d2ea022e0889585 (patch) | |
tree | ebd90e019c7e217f87a3d984f463c4753de0ca1a /test | |
parent | b6bc69c0e47dfb968f3b0b1ab798841e3dfa9997 (diff) |
minor path fix
Diffstat (limited to 'test')
-rw-r--r-- | test/cluster_ops_test.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cluster_ops_test.erl b/test/cluster_ops_test.erl index 1c692dcf..7bc8fdeb 100644 --- a/test/cluster_ops_test.erl +++ b/test/cluster_ops_test.erl @@ -1,6 +1,6 @@ -module(cluster_ops_test). --include("../../couchdb/couch_db.hrl"). +-include("../../couch/src/couch_db.hrl"). -include_lib("eunit/include/eunit.hrl"). |