Add missing test categorization in ProtocolAdmin negative unit tests 49/240349/2
authorZofia Abramowska <z.abramowska@samsung.com>
Wed, 5 Aug 2020 14:58:40 +0000 (16:58 +0200)
committerTomasz Swierczek <t.swierczek@samsung.com>
Wed, 12 Aug 2020 09:10:27 +0000 (11:10 +0200)
Change-Id: I152549b18c914c5c807484caf90ee6f94b204997

test/common/protocols/admin/protocoladmin.cpp

index 995d496d22e00fffa2ade9906c3eca5150a2927d..4d02abfd3772bcd53e1efd907aa0bd60029e9904 100644 (file)
@@ -135,7 +135,7 @@ TEST(ProtocolAdmin, CheckResponseNegative) {
     testNotImplemented<ProtocolAdmin, CheckResponse>(Results::allow, SN::max);
 }
 
-TEST(ProtocolAdmin, MonitorGetEntriesResponse) {
+TEST(ProtocolAdmin, MonitorGetEntriesResponseNegative) {
     testNotImplemented<ProtocolAdmin, MonitorGetEntriesResponse>(SOME_ENTRIES, SN::min_2);
 }