From e1cee4e02a72d25ca44909f2a9a1b7e0936f6bb9 Mon Sep 17 00:00:00 2001
From: Sviatoslav Nekhaienko <snekhaienko@slb.com>
Date: Tue, 8 Dec 2020 14:43:54 +0200
Subject: [PATCH] remove x-slb-aliasProperties from integration tests samples

---
 .../converter/integration-tests/index_records_1.schema       | 5 +----
 .../converter/integration-tests/index_records_2.schema       | 5 +----
 .../converter/integration-tests/index_records_3.schema       | 5 +----
 .../src/main/resources/testData/index_records_1.schema.json  | 5 +----
 .../src/main/resources/testData/index_records_2.schema.json  | 5 +----
 .../src/main/resources/testData/index_records_3.schema.json  | 5 +----
 6 files changed, 6 insertions(+), 24 deletions(-)

diff --git a/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema b/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema
index bdbfd7a21..672c3d965 100644
--- a/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema
+++ b/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema
@@ -13,10 +13,7 @@
               "description": "The wellbore's position .",
               "format": "core:dl:geopoint:1.0.0",
               "title": "WGS 84 Position",
-              "type": "object",
-              "x-slb-aliasProperties": [
-                "witsml:GeographicLocationWGS84"
-              ]
+              "type": "object"
             },
             "Basin": {
               "type": "string"
diff --git a/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema b/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema
index 47f2afdee..cf5f858c3 100644
--- a/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema
+++ b/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema
@@ -13,10 +13,7 @@
               "description": "The wellbore's position .",
               "format": "core:dl:geopoint:1.0.0",
               "title": "WGS 84 Position",
-              "type": "object",
-              "x-slb-aliasProperties": [
-                "witsml:GeographicLocationWGS84"
-              ]
+              "type": "object"
             },
             "Basin": {
               "type": "string"
diff --git a/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema b/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema
index 4b11c71a2..802d44938 100644
--- a/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema
+++ b/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema
@@ -10,10 +10,7 @@
               "description": "The wellbore's position .",
               "format": "core:dl:geopoint:1.0.0",
               "title": "WGS 84 Position",
-              "type": "object",
-              "x-slb-aliasProperties": [
-                "witsml:GeographicLocationWGS84"
-              ]
+              "type": "object"
             },
             "WellName": {
               "type": "string"
diff --git a/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json b/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json
index 5c019df9a..2a6e6301a 100644
--- a/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json
+++ b/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json
@@ -25,10 +25,7 @@
                 "description": "The wellbore's position .",
                 "format": "core:dl:geopoint:1.0.0",
                 "title": "WGS 84 Position",
-                "type": "object",
-                "x-slb-aliasProperties": [
-                  "witsml:GeographicLocationWGS84"
-                ]
+                "type": "object"
               },
               "Basin": {
                 "type": "string"
diff --git a/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json b/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json
index 1de2bade1..869df29b7 100644
--- a/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json
+++ b/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json
@@ -25,10 +25,7 @@
                 "description": "The wellbore's position .",
                 "format": "core:dl:geopoint:1.0.0",
                 "title": "WGS 84 Position",
-                "type": "object",
-                "x-slb-aliasProperties": [
-                  "witsml:GeographicLocationWGS84"
-                ]
+                "type": "object"
               },
               "Basin": {
                 "type": "string"
diff --git a/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json b/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json
index dc93c34a6..bb5d2e9c5 100644
--- a/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json
+++ b/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json
@@ -22,10 +22,7 @@
                 "description": "The wellbore's position .",
                 "format": "core:dl:geopoint:1.0.0",
                 "title": "WGS 84 Position",
-                "type": "object",
-                "x-slb-aliasProperties": [
-                  "witsml:GeographicLocationWGS84"
-                ]
+                "type": "object"
               },
               "WellName": {
                 "type": "string"
-- 
GitLab