mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 09:10:18 -06:00
* Enable all unit tests in Jenkins (closes #1666) * Fix issue with Profile where the version number is not updated if the profile does not contain keybindings * Fix issue with script schedule that would cause a crash when only one script is scheduled * Fix test for colorimage, use correct path to unit test executable for non-windows platforms * Provide stable class names for vector and matrix verifiers
36 lines
768 B
Plaintext
36 lines
768 B
Plaintext
{
|
|
"version": { "major": 1, "minor": 0 },
|
|
"properties": [
|
|
{
|
|
"type": "setPropertyValue",
|
|
"name": "property_name_1",
|
|
"value": "property_value_1"
|
|
},
|
|
{
|
|
"type": "setPropertyValue",
|
|
"name": "property_name_2",
|
|
"value": "property_value_2"
|
|
},
|
|
{
|
|
"type": "setPropertyValue",
|
|
"name": "property_name_3",
|
|
"value": "property_value_3"
|
|
},
|
|
{
|
|
"type": "setPropertyValueSingle",
|
|
"name": "property_name_4",
|
|
"value": "property_value_4"
|
|
},
|
|
{
|
|
"type": "setPropertyValueSingle",
|
|
"name": "property_name_5",
|
|
"value": "property_value_5"
|
|
},
|
|
{
|
|
"type": "setPropertyValueSingle",
|
|
"name": "property_name_6",
|
|
"value": "property_value_6"
|
|
}
|
|
]
|
|
}
|