diff options
author | Jim Hahn <jrh3@att.com> | 2019-05-30 11:12:54 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-05-31 09:47:33 -0400 |
commit | 81db61d122e8176bc7237f149d7815bf4979ed97 (patch) | |
tree | 6fd6cb7cbb9d152ca01e2ee4ecffa83b012d1199 /BRMSGateway/src/test | |
parent | 6bc4e95261ed8ec8bc931696e3674ee5ec54d542 (diff) |
Bump engine to version 1.5.0
Fixed license date.
Change-Id: I711fb4e91afdb3813bc04b16265f584d80ac8e5d
Issue-ID: POLICY-1747
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'BRMSGateway/src/test')
-rw-r--r-- | BRMSGateway/src/test/java/org/onap/policy/brms/api/BrmsPushTest.java | 8 | ||||
-rw-r--r-- | BRMSGateway/src/test/resources/config.properties | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/BRMSGateway/src/test/java/org/onap/policy/brms/api/BrmsPushTest.java b/BRMSGateway/src/test/java/org/onap/policy/brms/api/BrmsPushTest.java index 2c76a2eff..4141a8bd2 100644 --- a/BRMSGateway/src/test/java/org/onap/policy/brms/api/BrmsPushTest.java +++ b/BRMSGateway/src/test/java/org/onap/policy/brms/api/BrmsPushTest.java @@ -2,14 +2,14 @@ * ============LICENSE_START======================================================= * ONAP Policy Engine * ================================================================================ - * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2018-2019 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. @@ -108,7 +108,7 @@ public class BrmsPushTest { // Test misc methods final String controllerName = "testController"; final List<Dependency> deps = push.defaultDependencies(controllerName); - assertEquals(deps.size(), 7); + assertEquals(deps.size(), 6); assertNotNull(BrmsPush.getBackUpMonitor()); assertEquals(push.urlListSize(), 1); diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index b8fc09dea..501adaaec 100644 --- a/BRMSGateway/src/test/resources/config.properties +++ b/BRMSGateway/src/test/resources/config.properties @@ -81,6 +81,6 @@ ping_interval=30000 # # # -brms.dependency.version=1.4.2-SNAPSHOT +brms.dependency.version=1.5.0-SNAPSHOT ENVIRONMENT = DEVL |