aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/selectpruner_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/common/selectpruner_test.cpp')
-rw-r--r--searchcore/src/tests/proton/common/selectpruner_test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/common/selectpruner_test.cpp b/searchcore/src/tests/proton/common/selectpruner_test.cpp
index e175836b838..1f71da5aeda 100644
--- a/searchcore/src/tests/proton/common/selectpruner_test.cpp
+++ b/searchcore/src/tests/proton/common/selectpruner_test.cpp
@@ -799,6 +799,12 @@ TEST_F("Imported fields with matching attribute names are supported", TestFixtur
"test.my_imported_field > 0");
}
+TEST_F("Imported fields can be used alongside non-attribute fields", TestFixture)
+{
+ f.testPrune("test.my_imported_field > 0 and id.namespace != \"foo\"",
+ "test.my_imported_field > 0 and id.namespace != \"foo\"");
+}
+
// Edge case: document type reconfigured but attribute not yet visible in Proton
TEST_F("Imported fields without matching attribute are mapped to constant NullValue", TestFixture)
{