testsuite: Add nodeparser test case

A serialized frame from the widget factory!
This commit is contained in:
Timm Bäder 2019-04-24 08:00:04 +02:00 committed by Benjamin Otte
parent 5010461066
commit 8c04129b94
2 changed files with 3113 additions and 0 deletions

View File

@ -89,6 +89,7 @@ serialize_deserialize_tests = [
'border', 'border',
'shadow', 'shadow',
'testswitch', 'testswitch',
'widgetfactory',
] ]
foreach test : serialize_deserialize_tests foreach test : serialize_deserialize_tests

File diff suppressed because one or more lines are too long