aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/test/mnesia_majority_test.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-09-15 09:47:19 +0200
committerDan Gudmundsson <[email protected]>2017-09-15 09:47:19 +0200
commit91a6512718034889851e12db699f7bb14971ca93 (patch)
tree9a10379c36051dc9f2cfabb72298fd9cb6333769 /lib/mnesia/test/mnesia_majority_test.erl
parent6e74c9a7e86301eb22c3095c07fc771070d1ceed (diff)
downloadotp-91a6512718034889851e12db699f7bb14971ca93.tar.gz
otp-91a6512718034889851e12db699f7bb14971ca93.tar.bz2
otp-91a6512718034889851e12db699f7bb14971ca93.zip
mnesia: Remove export_all in tests
Cleanup warnings
Diffstat (limited to 'lib/mnesia/test/mnesia_majority_test.erl')
-rw-r--r--lib/mnesia/test/mnesia_majority_test.erl8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/mnesia/test/mnesia_majority_test.erl b/lib/mnesia/test/mnesia_majority_test.erl
index 9811de6ae7..eb82617b60 100644
--- a/lib/mnesia/test/mnesia_majority_test.erl
+++ b/lib/mnesia/test/mnesia_majority_test.erl
@@ -21,7 +21,13 @@
%%
-module(mnesia_majority_test).
-author('[email protected]').
--compile(export_all).
+-export([init_per_testcase/2, end_per_testcase/2,
+ all/0]).
+
+-export([write/1, wread/1, delete/1, clear_table/1, frag/1,
+ change_majority/1, frag_change_majority/1
+ ]).
+
-include("mnesia_test_lib.hrl").
init_per_testcase(Func, Conf) ->