From cefbc82e367b43980532637b9033fa67d570d571 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Mon, 22 Oct 2018 19:47:19 +0200 Subject: [PATCH] test/log: drop redundant test case After the recent logging rework, ManyGatherLog and ManyGatherLogStringAssign are identical barring the string. Signed-off-by: Ilya Dryomov --- src/log/test.cc | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/log/test.cc b/src/log/test.cc index 8b66e9ddf316..6096bcd9046f 100644 --- a/src/log/test.cc +++ b/src/log/test.cc @@ -124,27 +124,6 @@ TEST(Log, ManyGatherLog) log.stop(); } -TEST(Log, ManyGatherLogStringAssign) -{ - SubsystemMap subs; - subs.set_log_level(1, 20); - subs.set_gather_level(1, 10); - Log log(&subs); - log.start(); - log.set_log_file("/tmp/big"); - log.reopen_log_file(); - for (int i=0; i