diff --git a/testModel/gamesystems/ProductTemplate/SimpleTemplate 1.json b/testModel/gamesystems/ProductTemplate/SimpleTemplate 1.json index 93d355c..2b10735 100644 --- a/testModel/gamesystems/ProductTemplate/SimpleTemplate 1.json +++ b/testModel/gamesystems/ProductTemplate/SimpleTemplate 1.json @@ -1,17 +1,17 @@ { - "componentName": "SimpleTemplate 1", + "componentName": "SimpleTemplate 2", "componentDescription": "", "states": [ { "initial": false, "conditions": [], - "stateLabel": "1", + "stateLabel": "A", "stateDescription": "" }, { "initial": false, "conditions": [], - "stateLabel": "2", + "stateLabel": "B", "stateDescription": "" } ], @@ -19,8 +19,8 @@ { "scriptAccountActions": [], "scriptAccountConditions": [], - "startingState": "1", - "endingState": "2", + "startingState": "A", + "endingState": "B", "actionMap": {} } ], diff --git a/testModel/gamesystems/ProductTemplate/SimpleTemplate 2.json b/testModel/gamesystems/ProductTemplate/SimpleTemplate 2.json index 2b10735..93d355c 100644 --- a/testModel/gamesystems/ProductTemplate/SimpleTemplate 2.json +++ b/testModel/gamesystems/ProductTemplate/SimpleTemplate 2.json @@ -1,17 +1,17 @@ { - "componentName": "SimpleTemplate 2", + "componentName": "SimpleTemplate 1", "componentDescription": "", "states": [ { "initial": false, "conditions": [], - "stateLabel": "A", + "stateLabel": "1", "stateDescription": "" }, { "initial": false, "conditions": [], - "stateLabel": "B", + "stateLabel": "2", "stateDescription": "" } ], @@ -19,8 +19,8 @@ { "scriptAccountActions": [], "scriptAccountConditions": [], - "startingState": "A", - "endingState": "B", + "startingState": "1", + "endingState": "2", "actionMap": {} } ],