X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fbabel%2Fxml%2Fgenerator%2Fmodel%2FTestModel.java;h=c564a93f39121f35077d38956345ef022599666d;hb=refs%2Fchanges%2F81%2F79781%2F1;hp=4c5ff20082062525f234fca3b78b42d2621b87ec;hpb=4e828f7f2037735de2253a0dcc2b557c88c15cd3;p=aai%2Fbabel.git diff --git a/src/test/java/org/onap/aai/babel/xml/generator/model/TestModel.java b/src/test/java/org/onap/aai/babel/xml/generator/model/TestModel.java index 4c5ff20..c564a93 100644 --- a/src/test/java/org/onap/aai/babel/xml/generator/model/TestModel.java +++ b/src/test/java/org/onap/aai/babel/xml/generator/model/TestModel.java @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017-2019 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017-2019 European Software Marketing Ltd. + * Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. + * Copyright (c) 2017-2019 European Software Marketing Ltd. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,16 +49,12 @@ public class TestModel { private Widget widgetModel = new Widget(Type.OAM_NETWORK, "oam-network", true); private Model anonymousModel; - static { - System.setProperty("APP_HOME", "."); - } - /** - * Initialize the Artifact Generator with filtering and mapping configuration. Also Load the Widget to UUID mappings + * Initialize the Artifact Generator with filtering and mapping configuration. Also load the Widget to UUID mappings * from the Artifact Generator properties. * * @throws IOException - * if the Artifact Generator properties file is not loaded + * if the mappings configuration cannot be loaded */ @Before public void setup() throws IOException {