summaryrefslogtreecommitdiffstats
path: root/sliPluginUtils/provider/src/test/resources/2dArray.json
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2020-04-01 19:58:23 +0000
committerDan Timoney <dtimoney@att.com>2020-04-03 17:29:08 +0000
commit6fdb7812d8acb2b13daff5b80d541c162fff6ae7 (patch)
tree4383aebc60f2e359dd40e4f422af9544832540f7 /sliPluginUtils/provider/src/test/resources/2dArray.json
parentfaaf89d113eb5b820f5d5806de0e0a466ba79964 (diff)
SliPluginUtils jsonStringToCtx fix
Support null values in jsonStringToCtx in Slipluginutils Issue-ID: CCSDK-2250 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I3316fa9e80c9e684fc27d83356bbfad9b1151992 (cherry picked from commit b970a7b46fac32e626acfa23b1e2de9b22da7ff7)
Diffstat (limited to 'sliPluginUtils/provider/src/test/resources/2dArray.json')
-rw-r--r--sliPluginUtils/provider/src/test/resources/2dArray.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/sliPluginUtils/provider/src/test/resources/2dArray.json b/sliPluginUtils/provider/src/test/resources/2dArray.json
index b473864d..2a94b46f 100644
--- a/sliPluginUtils/provider/src/test/resources/2dArray.json
+++ b/sliPluginUtils/provider/src/test/resources/2dArray.json
@@ -1,4 +1,4 @@
[
- ["apple", "orange", "banana"],
+ ["apple", "orange", "banana", null],
["squash", "broccoli", "cauliflower"]
] \ No newline at end of file