Skip to content

Commit fda26d3

Browse files
committed
Added StringListVariable to the automated test project to test variable lists
1 parent 880dd62 commit fda26d3

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

Tests/TestProjectDesktopNet6/TestProjectDesktopNet6/Entities/VariableEntity.glej

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,22 @@
220220
"Name": "ColorVariable",
221221
"DefaultValue": "Azure",
222222
"SetByDerived": true
223+
},
224+
{
225+
"Properties": [
226+
{
227+
"Name": "Type",
228+
"Value": "List<string>",
229+
"Type": "String"
230+
}
231+
],
232+
"Name": "StringListVariable",
233+
"DefaultValue": [
234+
"Item1",
235+
"Item3",
236+
"Item4"
237+
],
238+
"SetByDerived": true
223239
}
224240
],
225241
"Properties": [
@@ -358,7 +374,8 @@
358374
"VariableThatCreatesVelocity",
359375
"CustomVariable",
360376
"FloatWithLotsOfDecimals",
361-
"ColorVariable"
377+
"ColorVariable",
378+
"StringListVariable"
362379
]
363380
}
364381
],

0 commit comments

Comments
 (0)