BNUACM / bnuoj-vjudge

Virtual Judge for BNUOJ
GNU Affero General Public License v3.0
13 stars 7 forks source link

fix verdict dectecting mechanism for CF #1

Closed crccw closed 9 years ago

crccw commented 9 years ago

Since CF changed the verdict message for AC from "Accepted" to "Happy New Year", the origin regex won't work. The new regex search for submissionVerdict attribute of the wrapping , which seems more consistent than message itself.

"Judgement failed" is not tested, because i dont know how to reproduce that, the other verdicts are tested.