Forum Discussion
JHunt
7 years agoCommunity Hero
You might have a key name in your 'expected' that is not valid for XML. Have you changed it from the below?
def expected = [
"key1",
"key2",
"key2/sub-key1",
"key2/sub-key2",
"key2/sub-key3",
"key2/sub-key4",
"key3",
"key4"
]
Try taking out any keys that have spaces.
Related Content
- 3 years ago
- 5 years ago
Recent Discussions
- 15 years ago