@@ -27,6 +27,11 @@ let compare = JSON.stringify({
2727 }
2828 } ,
2929 "server" : {
30+ "rank.playerHandler.beginGame" : {
31+ "optional uInt32 code" : 1 ,
32+ "optional string msg" : 2 ,
33+ "required uInt32 currank" : 3
34+ } ,
3035 "enumTest" : {
3136 "optional string aa" : 1 ,
3237 "required uInt32 bb" : 2 ,
@@ -65,11 +70,6 @@ let compare = JSON.stringify({
6570 } ,
6671 "repeated IGG aa" : 9 ,
6772 "repeated string ggenv" : 10
68- } ,
69- "rank.playerHandler.beginGame" : {
70- "optional uInt32 code" : 1 ,
71- "optional string msg" : 2 ,
72- "required uInt32 currank" : 3
7373 }
7474 }
7575} )
@@ -95,15 +95,20 @@ if (process.env['NODE_ENV'] === 'ci') {
9595 "required uInt32 token" : 1 ,
9696 "optional string msg" : 2
9797 } ,
98+ "message GGG" : {
99+ "required uInt32 ccgg" : 1
100+ } ,
98101 "message IGG_1" : {
99102 "repeated string ggenv" : 1 ,
100103 "optional uInt32 zz" : 2
101- } ,
102- "message GGG" : {
103- "required uInt32 ccgg" : 1
104104 }
105105 } ,
106106 "server" : {
107+ "rank.playerHandler.beginGame" : {
108+ "optional uInt32 code" : 1 ,
109+ "optional string msg" : 2 ,
110+ "required uInt32 currank" : 3
111+ } ,
107112 "enumTest" : {
108113 "optional string aa" : 1 ,
109114 "required uInt32 bb" : 2 ,
@@ -129,21 +134,16 @@ if (process.env['NODE_ENV'] === 'ci') {
129134 "repeated IGG aa" : 9 ,
130135 "repeated string ggenv" : 10
131136 } ,
132- "rank.playerHandler.beginGame" : {
133- "optional uInt32 code" : 1 ,
134- "optional string msg" : 2 ,
135- "required uInt32 currank" : 3
136- } ,
137137 "message GGG" : {
138138 "required uInt32 ccgg" : 1
139139 } ,
140+ "message IGG" : {
141+ "repeated string ggenv" : 1
142+ } ,
140143 "message MyRank" : {
141144 "required uInt32 nickname" : 1 ,
142145 "required GGG ggg" : 2 ,
143146 "required GGG xxx" : 3
144- } ,
145- "message IGG" : {
146- "repeated string ggenv" : 1
147147 }
148148 }
149149 } )
0 commit comments