aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2020-04-03 09:32:25 +0200
committerIgor Dysko <igor1.dysko@orange.com>2020-04-03 09:40:59 +0200
commitef7df3b53aee4eb15e61f5b5c1375f2e75a3fa62 (patch)
tree54f9b4c7cd31f1670e74f4bfc4d6e19cfec40134 /src/test/java/org
parent20617c2eb958ee31955c0e23992afe31a492c0ff (diff)
Fix of failing jenkins builds
Changed parent to oparent 2.0.0, fixed checkstyle problems Issue-ID: AAI-2840 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I05027555cadf7564d0f5a5adfdbabfdeb55ecf37
Diffstat (limited to 'src/test/java/org')
-rw-r--r--src/test/java/org/onap/aai/graphgraph/AppTest.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/test/java/org/onap/aai/graphgraph/AppTest.java b/src/test/java/org/onap/aai/graphgraph/AppTest.java
index 8b7afc9..7879fc3 100644
--- a/src/test/java/org/onap/aai/graphgraph/AppTest.java
+++ b/src/test/java/org/onap/aai/graphgraph/AppTest.java
@@ -1,3 +1,22 @@
+/**
+ * ============LICENSE_START=======================================================
+ * org.onap.aai
+ * ================================================================================
+ * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
package org.onap.aai.graphgraph;
import static org.junit.Assert.assertTrue;