Updated test per updated script viewer code

This commit is contained in:
2023-06-27 09:09:42 -05:00
parent 1b90b3bbbf
commit 51a87db2d1
4 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,3 @@
{
"records": []
}

View File

@ -1,7 +1,6 @@
{
"tableName": "scriptRevision",
"values": {
"contents": "var hello;",
"id": 100,
"commitMessage": "Initial checkin",
"author": "Jon Programmer",
@ -10,5 +9,20 @@
},
"displayValues": {
},
"associatedRecords": {
"files": [
{
"tableName": "scriptRevisionFile",
"values": {
"id": 101,
"fileName": "Script.js",
"contents": "var hello;",
"scriptRevisionId": 100,
"createDate": "2023-06-23T21:59:57Z",
"modifyDate": "2023-06-23T21:59:57Z"
}
}
]
}
}

View File

@ -5,7 +5,8 @@
"name": "Record Script",
"id": 1,
"createDate": "2023-02-18T00:47:51Z",
"modifyDate": "2023-02-18T00:47:51Z"
"modifyDate": "2023-02-18T00:47:51Z",
"fileMode": 1
},
"displayValues": {
}