From ec18f9ab4cd957b690a8e3937f412186d7d691f7 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Fri, 18 Nov 2016 16:34:16 +0000 Subject: [PATCH] Uncomment test --- test/end_to_end/iterator_SUITE.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/end_to_end/iterator_SUITE.erl b/test/end_to_end/iterator_SUITE.erl index 970ff86..77c2a60 100644 --- a/test/end_to_end/iterator_SUITE.erl +++ b/test/end_to_end/iterator_SUITE.erl @@ -11,9 +11,9 @@ rotating_objects/1]). all() -> [ - small_load_with2i %, - % query_count, - % rotating_objects + small_load_with2i, + query_count, + rotating_objects ].