summaryrefslogtreecommitdiffstats
path: root/container-search/src/test
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-03-29 17:27:23 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2023-03-29 17:40:25 +0200
commitbfc460a89a117706dc54342707abb45a5f18252e (patch)
tree4c01b12db75059928b4ccaff921adc849b2fee74 /container-search/src/test
parent090518630dc1e8cec760ae9d831d562fa02b5388 (diff)
- Use CompoundName.from
- Deprecate unused SubProperties
Diffstat (limited to 'container-search/src/test')
-rw-r--r--container-search/src/test/java/com/yahoo/search/query/properties/SubPropertiesTestCase.java (renamed from container-search/src/test/java/com/yahoo/search/query/properties/test/SubPropertiesTestCase.java)5
1 files changed, 3 insertions, 2 deletions
diff --git a/container-search/src/test/java/com/yahoo/search/query/properties/test/SubPropertiesTestCase.java b/container-search/src/test/java/com/yahoo/search/query/properties/SubPropertiesTestCase.java
index 0e9bf8d41ec..6b25dc526d9 100644
--- a/container-search/src/test/java/com/yahoo/search/query/properties/test/SubPropertiesTestCase.java
+++ b/container-search/src/test/java/com/yahoo/search/query/properties/SubPropertiesTestCase.java
@@ -1,5 +1,5 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package com.yahoo.search.query.properties.test;
+package com.yahoo.search.query.properties;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
@@ -9,11 +9,12 @@ import java.util.HashSet;
import com.yahoo.processing.request.properties.PropertyMap;
import org.junit.jupiter.api.Test;
-import com.yahoo.search.query.properties.SubProperties;
/**
* @author <a href="mailto:arnebef@yahoo-inc.com">Arne Bergene Fossaa</a>
*/
+@SuppressWarnings({"removal"})
+
public class SubPropertiesTestCase {
@Test