summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/tests/matching_elements_filler/matching_elements_filler_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/tests/matching_elements_filler/matching_elements_filler_test.cpp b/streamingvisitors/src/tests/matching_elements_filler/matching_elements_filler_test.cpp
index af815698366..8731625fb5a 100644
--- a/streamingvisitors/src/tests/matching_elements_filler/matching_elements_filler_test.cpp
+++ b/streamingvisitors/src/tests/matching_elements_filler/matching_elements_filler_test.cpp
@@ -388,7 +388,7 @@ TEST_F(MatchingElementsFillerTest, all_children_of_intermediate_query_nodes_are_
assert_elements(1, "elem_map", { 4, 5 });
}
-TEST_F(MatchingElementsFillerTest, ignore_same_element_operator)
+TEST_F(MatchingElementsFillerTest, and_not_query_node_ignores_all_but_first_child)
{
MyQueryBuilder builder;
builder.addAndNot(2);