diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-30 15:16:47 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-30 16:27:03 +0000 |
commit | 68cf62e544a4922337d27ec2ee7d9f620efe0cd4 (patch) | |
tree | a76226e89821c11c9643bdee71bfb0f5e26ef5a9 /misc/env/propfile.properties | |
parent | e4c000599ff3185f7f34e7c168568e1d9ed41d65 (diff) |
Add more code coverage for Misc env
Fixed timezone issues with chronotest.
Issue-ID: AAF-129
Change-Id: I287f02d1324c41953c50538d05f5ca3978178b4c
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'misc/env/propfile.properties')
-rw-r--r-- | misc/env/propfile.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/env/propfile.properties b/misc/env/propfile.properties new file mode 100644 index 00000000..c5965ff6 --- /dev/null +++ b/misc/env/propfile.properties @@ -0,0 +1,3 @@ +# Property file to test property loading
+prop1 = New Property
+single prop
\ No newline at end of file |