aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features_attributematch.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-02-19 15:53:13 +0100
committerTor Egge <Tor.Egge@online.no>2024-02-19 15:53:13 +0100
commita9df1791915bff99d12eb9582069c3486e44e7ee (patch)
tree1de2bccbbb0d2cecbe51401d94b791aa09ddcfed /searchlib/src/tests/features/prod_features_attributematch.cpp
parent480c99baa5c3a800825efc8677c12ff4f1e81b49 (diff)
Rewrite prod features unit test to gtest.
Diffstat (limited to 'searchlib/src/tests/features/prod_features_attributematch.cpp')
-rw-r--r--searchlib/src/tests/features/prod_features_attributematch.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/searchlib/src/tests/features/prod_features_attributematch.cpp b/searchlib/src/tests/features/prod_features_attributematch.cpp
index aac15801b8c..7db5d352448 100644
--- a/searchlib/src/tests/features/prod_features_attributematch.cpp
+++ b/searchlib/src/tests/features/prod_features_attributematch.cpp
@@ -6,9 +6,6 @@
#include <vespa/searchlib/attribute/attributevector.h>
#include <vespa/searchcommon/attribute/config.h>
-#include <vespa/log/log.h>
-LOG_SETUP(".prod_features_attributematch");
-
using namespace search::features;
using namespace search::fef;
using namespace search::fef::test;
@@ -23,8 +20,7 @@ using AVCT = search::attribute::CollectionType;
using CollectionType = FieldInfo::CollectionType;
using DataType = FieldInfo::DataType;
-void
-Test::testAttributeMatch()
+TEST_F(ProdFeaturesTest, test_attribute_match)
{
AttributeMatchBlueprint pt;
{