Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 16, 2020
1 parent 905e81c commit 750ce13
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 19 deletions.
21 changes: 12 additions & 9 deletions trial/cocago/testdata/node_infos/basic_interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"Annotations": null,
"Extend": "",
"Extension": null,
"Fields": null,
"FunctionCalls": null,
"Functions": null,
"ID": "",
"Implements": null,
"MemberIds": null,
"Name": "Shape",
"Properties": [
"InOutProperties": [
{
"Modifiers": null,
"Name": "Area",
Expand Down Expand Up @@ -39,19 +38,20 @@
"TypeType": "Function"
}
],
"MemberIds": null,
"Name": "Shape",
"Type": ""
},
{
"Annotations": null,
"Extend": "",
"Extension": null,
"Fields": null,
"FunctionCalls": null,
"Functions": null,
"ID": "",
"Implements": null,
"MemberIds": null,
"Name": "Object",
"Properties": [
"InOutProperties": [
{
"Modifiers": null,
"Name": "Volume",
Expand All @@ -70,19 +70,20 @@
"TypeType": "Function"
}
],
"MemberIds": null,
"Name": "Object",
"Type": ""
},
{
"Annotations": null,
"Extend": "",
"Extension": null,
"Fields": null,
"FunctionCalls": null,
"Functions": null,
"ID": "",
"Implements": null,
"MemberIds": null,
"Name": "Material",
"Properties": [
"InOutProperties": [
{
"Modifiers": null,
"Name": "",
Expand All @@ -100,6 +101,8 @@
"TypeType": "Identify"
}
],
"MemberIds": null,
"Name": "Material",
"Type": ""
}
],
Expand Down
7 changes: 4 additions & 3 deletions trial/cocago/testdata/node_infos/data_struct_property.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"Annotations": null,
"Extend": "",
"Extension": null,
"Fields": null,
"FunctionCalls": null,
"Functions": null,
"ID": "",
"Implements": null,
"MemberIds": null,
"Name": "CodeFile",
"Properties": [
"InOutProperties": [
{
"Modifiers": null,
"Name": "FullName",
Expand Down Expand Up @@ -53,6 +52,8 @@
"TypeType": "ArrayType"
}
],
"MemberIds": null,
"Name": "CodeFile",
"Type": ""
}
],
Expand Down
3 changes: 2 additions & 1 deletion trial/cocago/testdata/node_infos/struct_type_zero.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"Annotations": null,
"Extend": "",
"Extension": null,
"Fields": null,
"FunctionCalls": null,
"Functions": null,
"ID": "",
"Implements": null,
"InOutProperties": null,
"MemberIds": null,
"Name": "O",
"Properties": null,
"Type": ""
}
],
Expand Down
7 changes: 4 additions & 3 deletions trial/cocago/testdata/node_infos/struct_with_func.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"Annotations": null,
"Extend": "",
"Extension": null,
"Fields": null,
"FunctionCalls": null,
"Functions": null,
"ID": "",
"Implements": null,
"MemberIds": null,
"Name": "Person",
"Properties": [
"InOutProperties": [
{
"Modifiers": null,
"Name": "work",
Expand All @@ -37,6 +36,8 @@
"TypeType": "Identify"
}
],
"MemberIds": null,
"Name": "Person",
"Type": ""
}
],
Expand Down
7 changes: 4 additions & 3 deletions trial/cocago/testdata/node_infos/struct_with_func_decl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
"Annotations": null,
"Extend": "",
"Extension": null,
"Fields": null,
"FunctionCalls": null,
"Functions": null,
"ID": "",
"Implements": null,
"MemberIds": null,
"Name": "person",
"Properties": [
"InOutProperties": [
{
"Modifiers": null,
"Name": "name",
Expand All @@ -37,6 +36,8 @@
"TypeType": "Function"
}
],
"MemberIds": null,
"Name": "person",
"Type": ""
}
],
Expand Down

0 comments on commit 750ce13

Please sign in to comment.