diff options
author | kurczews <krzysztof.kurczewski@nokia.com> | 2018-02-15 14:51:07 +0100 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-16 20:33:58 +0000 |
commit | cfc8a7b22d30696a227a410aaf17ac3110d6b59d (patch) | |
tree | 4d1ab1001400e44d87fd1b6c3eca8165ade944f6 /appc-config/appc-flow-controller/provider/src/test/resources/properties_loader.properties | |
parent | e0ff2c11d4b363276cc7867e2a5188d1d11b5f91 (diff) |
Improve coverage in flow/controller/node
* Extract separate class for property loading
* Extract separate class for extracting uri
* Add coverage for changes above
Change-Id: Ibffa09c96aef2764188cba69bf8cb559c8a9c10e
Issue-ID: APPC-440
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Diffstat (limited to 'appc-config/appc-flow-controller/provider/src/test/resources/properties_loader.properties')
-rw-r--r-- | appc-config/appc-flow-controller/provider/src/test/resources/properties_loader.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appc-config/appc-flow-controller/provider/src/test/resources/properties_loader.properties b/appc-config/appc-flow-controller/provider/src/test/resources/properties_loader.properties new file mode 100644 index 000000000..fc0aee0fe --- /dev/null +++ b/appc-config/appc-flow-controller/provider/src/test/resources/properties_loader.properties @@ -0,0 +1 @@ +test = OK
\ No newline at end of file |