diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-08-01 13:16:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-01 13:16:04 +0000 |
commit | 6d662cb19aa858b743ab7e01d02a2a173abebcad (patch) | |
tree | 0852bf20d6bc9c16012f9c284c84b8a990f32e02 /utils/src/test/resources | |
parent | 59c650d413522286a047f470e59a1142d9eb20b2 (diff) | |
parent | 1b6404f2ab7fe93ecc0c7e4c91bc90c7aa94b42f (diff) |
Merge "Add resource handling utility class"
Diffstat (limited to 'utils/src/test/resources')
-rw-r--r-- | utils/src/test/resources/testdir/testfile.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/src/test/resources/testdir/testfile.xml b/utils/src/test/resources/testdir/testfile.xml new file mode 100644 index 00000000..4de3db14 --- /dev/null +++ b/utils/src/test/resources/testdir/testfile.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2018 Ericsson. 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. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> |