diff options
author | Rob Daugherty <rd472p@att.com> | 2018-04-03 13:03:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-03 13:03:44 +0000 |
commit | ded52823561a9c253986b3f6e26f7cd4f2e3cf43 (patch) | |
tree | 89e4f92ff8372387ab20573e836b43fe93a65edc | |
parent | d5b89b764b6642d5910227bff9103c3b21a3cc9b (diff) | |
parent | 301023b58cb36194b47384ca801a129ec0eda8fd (diff) |
Merge changes If24593bb,I34ba4d37
* changes:
Add junit HeaderUtil.java
Add junit HeaderUtil.java
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java b/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java index 4a26b238ee..b861a79feb 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java +++ b/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP - SO * ================================================================================ - * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 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. @@ -30,6 +30,5 @@ public class HeaderUtilTest { String authorization = HeaderUtil.getAuthorization(HeaderUtil.USER, HeaderUtil.PASS); assertEquals("Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==", authorization); } - }
\ No newline at end of file |