diff options
Diffstat (limited to 'cmds/incidentd/tests/Reporter_test.cpp')
-rw-r--r-- | cmds/incidentd/tests/Reporter_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/incidentd/tests/Reporter_test.cpp b/cmds/incidentd/tests/Reporter_test.cpp index 9becf173ee1a..fc746cc2d25e 100644 --- a/cmds/incidentd/tests/Reporter_test.cpp +++ b/cmds/incidentd/tests/Reporter_test.cpp @@ -144,9 +144,9 @@ TEST_F(ReporterTest, IncidentReportArgs) { args2.addSection(3); args1.merge(args2); - ASSERT_TRUE(args1.containsSection(1)); - ASSERT_FALSE(args1.containsSection(2)); - ASSERT_TRUE(args1.containsSection(3)); + ASSERT_TRUE(args1.containsSection(1, false)); + ASSERT_FALSE(args1.containsSection(2, false)); + ASSERT_TRUE(args1.containsSection(3, false)); } /* |