Commit 63ed2a5d by David Radley

ATLAS-2045 Renumber shipped Atlas models

parent 56374ff7
...@@ -151,7 +151,7 @@ public class ImportServiceTest { ...@@ -151,7 +151,7 @@ public class ImportServiceTest {
@Test(dataProvider = "ctas") @Test(dataProvider = "ctas")
public void importCTAS(ZipSource zipSource) throws IOException, AtlasBaseException { public void importCTAS(ZipSource zipSource) throws IOException, AtlasBaseException {
loadModelFromJson("0010-base_model.json", typeDefStore, typeRegistry); loadModelFromJson("0010-base_model.json", typeDefStore, typeRegistry);
loadModelFromJson("0030-hive_model.json", typeDefStore, typeRegistry); loadModelFromJson("1030-hive_model.json", typeDefStore, typeRegistry);
runImportWithNoParameters(getImportService(), zipSource); runImportWithNoParameters(getImportService(), zipSource);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment