From 2debf0105268423d5401f7cb5af4df5f4bceb1b1 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 26 Nov 2018 10:09:00 -0500 Subject: Fix various errors in test logs Changed license comment style in ddl files from C-style to SQL-style. Added value for NOTIFICATION_DELAY. Don't overwrite property and pom updates from previous commit. Change-Id: I8c9fd50343c3503c797cb4165bbff5809e4d0740 Issue-ID: POLICY-1285 Signed-off-by: Jim Hahn --- ONAP-PDP-REST/src/test/resources/xacml.pdp.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ONAP-PDP-REST/src/test/resources/xacml.pdp.properties') diff --git a/ONAP-PDP-REST/src/test/resources/xacml.pdp.properties b/ONAP-PDP-REST/src/test/resources/xacml.pdp.properties index bb174b9fd..0a11aaba8 100644 --- a/ONAP-PDP-REST/src/test/resources/xacml.pdp.properties +++ b/ONAP-PDP-REST/src/test/resources/xacml.pdp.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP-PDP-REST # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 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. @@ -73,7 +73,7 @@ xacml.jmx.port=0 NOTIFICATION_TYPE=websocket NOTIFICATION_SERVERS= NOTIFICATION_TOPIC= -NOTIFICATION_DELAY= +NOTIFICATION_DELAY=0 UEB_API_KEY= UEB_API_SECRET= DMAAP_AAF_LOGIN= @@ -173,4 +173,4 @@ policy.aaf.namespace = policy.aaf.resource = # Decision Response settings. # can be either PERMIT or DENY. -decision.indeterminate.response=PERMIT \ No newline at end of file +decision.indeterminate.response=PERMIT -- cgit 1.2.3-korg