You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result=parser.call("[672732.150] Net RECV (0) :NetPushMission : Do Mission, who is 0, unit ID is 8192 (Settler), mission is Found City, data1=-1, data2=-1, shift=false\n")
result=parser.call("[672732.150] Net RECV (0) :NetPushMission : Do Mission, who is 0, unit ID is 8192 (Settler), mission is Move, data1=41, data2=32, shift=false\n")
97
+
expect(result).tobe_nil
98
+
end
99
+
100
+
specify"war declared"do
101
+
parser=LogsParser::Service.new("arkency_test",6)
102
+
result=parser.call("[674000.151] Net RECV (0) :NetChangeWar : Change War, rival team is 33\n")
0 commit comments