Fix: Add missing using for ::testing::DoAll 54/238954/7
authorZofia Abramowska <z.abramowska@samsung.com>
Mon, 20 Jul 2020 17:01:45 +0000 (19:01 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 12 Aug 2020 09:05:26 +0000 (11:05 +0200)
Change-Id: I2f1c9b822fba93de3f513854a071b8684e563499

test/cyad/commands_dispatcher.cpp

index 02c738468e8f164ce90f6942b282e7fa5bd2d2d8..ef178c6763b87f1c7c479c3a3e51723cce5e0de6 100644 (file)
@@ -344,6 +344,7 @@ TEST_F(CyadCommandlineDispatcherTest, checkWithMetadata) {
 
 TEST_F(CyadCommandlineDispatcherTest, checkWithError) {
     using ::testing::_;
+    using ::testing::DoAll;
     using ::testing::HasSubstr;
     using ::testing::Invoke;
     using ::testing::NotNull;