Skip to content

Commit

Permalink
Update tests to R20
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Arts committed Mar 7, 2019
1 parent 43e4ca7 commit 9c9a76d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/bg_manager_tests.erl
@@ -1,5 +1,5 @@
-module(bg_manager_tests).
-compile(export_all).
-compile([export_all, nowarn_export_all]).

-include_lib("riak_core_bg_manager.hrl").

Expand Down
2 changes: 1 addition & 1 deletion test/claim_simulation.erl
Expand Up @@ -22,7 +22,7 @@
%% https://gist.github.com/992317

-module(claim_simulation).
-compile(export_all).
-compile([export_all, nowarn_export_all]).

%%-define(SIMULATE,1).
-ifdef(SIMULATE).
Expand Down
2 changes: 1 addition & 1 deletion test/riak_core_schema_tests.erl
@@ -1,7 +1,7 @@
-module(riak_core_schema_tests).

-include_lib("eunit/include/eunit.hrl").
-compile(export_all).
-compile([export_all, nowarn_export_all]).

%% basic schema test will check to make sure that all defaults from
%% the schema make it into the generated app.config
Expand Down
2 changes: 1 addition & 1 deletion test/riak_core_security_tests.erl
@@ -1,5 +1,5 @@
-module(riak_core_security_tests).
-compile(export_all).
-compile([export_all, nowarn_export_all]).

-ifdef(TEST).
-include_lib("eunit/include/eunit.hrl").
Expand Down

0 comments on commit 9c9a76d

Please sign in to comment.