Skip to content

Commit

Permalink
Merge pull request #15 from basho/jm-eunit-include-fixes
Browse files Browse the repository at this point in the history
Remove path from header file include in tests to work around issue with luwak checked into a directory named something other than luwak
  • Loading branch information
jaredmorrow committed Aug 5, 2011
2 parents 314102f + d0ab8c8 commit e7829da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/luwak_tree_tests.erl
@@ -1,7 +1,7 @@
-module(luwak_tree_tests).

-include_lib("eunit/include/eunit.hrl").
-include_lib("luwak/include/luwak.hrl").
-include_lib("luwak.hrl").

create_simple_tree_test() ->
test_helper:riak_test(fun(Riak) ->
Expand Down
2 changes: 1 addition & 1 deletion test/luwak_tree_utils_tests.erl
@@ -1,7 +1,7 @@
-module(luwak_tree_utils_tests).

-include_lib("eunit/include/eunit.hrl").
-include_lib("luwak/include/luwak.hrl").
-include_lib("luwak.hrl").

left_list_larger_subtree_test() ->
A = [{a,100}, {b,50}, {c,200}],
Expand Down

0 comments on commit e7829da

Please sign in to comment.