Skip to content
Snippets Groups Projects
Commit e7a6d368 authored by Mark Chance's avatar Mark Chance Committed by Marc Burnie [AWS]
Browse files

change expectations for feature flag off in virtual properties

(cherry picked from commit 4b22835a)
parent d799dacc
No related branches found
No related tags found
1 merge request!874Cherry-pick 'Fix mapping boolean values to string' into release/0.28
......@@ -156,7 +156,6 @@ public class SchemaToStorageFormatImplTest {
}
@Test
@Ignore
public void virtualProperties_FFoff() {
testSingleFile("/converter/index-virtual-properties/virtual-properties-schema.json", "osdu:wks:master-data--Wellbore:1.0.0", false);
verify(this.virtualPropertiesSchemaCache, times(1)).put(Mockito.anyString(), Mockito.any());
......@@ -176,7 +175,6 @@ public class SchemaToStorageFormatImplTest {
}
@Test
@Ignore
public void unmatchedVirtualProperties_FFoff() {
// The actual property "data.Facility" does not exist for "data.VirtualProperties.DefaultName"
testSingleFile("/converter/index-virtual-properties/unmatched-virtual-properties-schema.json", "osdu:wks:master-data--Wellbore:1.0.0", false);
......
......@@ -335,6 +335,6 @@
"kind" : "string"
}, {
"path" : "VirtualProperties.DefaultLocation.IsDecimated",
"kind" : "bool"
"kind" : "boolean"
}]
}
......@@ -338,6 +338,6 @@
"kind" : "string"
}, {
"path" : "VirtualProperties.DefaultLocation.IsDecimated",
"kind" : "bool"
"kind" : "boolean"
}]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment