From 938cc0fc166ba5dab05d29ce95cd3135a8a10369 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Wed, 12 Oct 2016 17:35:32 +0100 Subject: [PATCH] Re-add tests Oops - committed with tests commented out --- test/end_to_end/basic_SUITE.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/end_to_end/basic_SUITE.erl b/test/end_to_end/basic_SUITE.erl index df41333..7029e0d 100644 --- a/test/end_to_end/basic_SUITE.erl +++ b/test/end_to_end/basic_SUITE.erl @@ -7,9 +7,9 @@ journal_compaction/1, fetchput_snapshot/1]). -all() -> [% simple_put_fetch_head, - % many_put_fetch_head, - % journal_compaction, +all() -> [simple_put_fetch_head, + many_put_fetch_head, + journal_compaction, fetchput_snapshot].