summaryrefslogtreecommitdiffstats
path: root/ONAP-PDP-REST
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-03-01 20:12:03 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-01 20:12:03 +0000
commit96787c49cd192096916e482e5b55e91652de3817 (patch)
tree431400a98585eaebf5ed4e09adb9b2671c6c2dd4 /ONAP-PDP-REST
parent688ca36ee51950917974031bd52fe13aa997ac53 (diff)
parentf0c563df34a999a1702d51cb6cb44fe10155b16b (diff)
Merge "Added Junits for Policy PAP-REST"
Diffstat (limited to 'ONAP-PDP-REST')
-rw-r--r--ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/auth/test/FilterTest.java (renamed from ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/auth/test/FilterTests.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/auth/test/FilterTests.java b/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/auth/test/FilterTest.java
index 88369850f..1185eddff 100644
--- a/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/auth/test/FilterTests.java
+++ b/ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/auth/test/FilterTest.java
@@ -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.
@@ -38,7 +38,7 @@ import org.onap.policy.pdp.rest.restAuth.PDPAuthenticationFilter;
import com.att.research.xacml.util.XACMLProperties;
import com.mockrunner.mock.web.MockRequestDispatcher;
-public class FilterTests {
+public class FilterTest {
private PDPAuthenticationFilter authenticationFilter = new PDPAuthenticationFilter();
private final String VALIDHEADERVALUE = "Basic dGVzdHBkcDphbHBoYTQ1Ng==";