Branch: refs/heads/master Home: https://github.com/jenkinsci/robot-plugin Commit: 9c94a1da5a4809d2341c0a738a8ad3b8834ec7fc https://github.com/jenkinsci/robot-plugin/commit/9c94a1da5a4809d2341c0a738a8ad3b8834ec7fc Author: Dece <sh...@pistache.land> Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths: M src/main/java/hudson/plugins/robot/RobotParser.java Log Message: ----------- RobotParser: handle empty arguments tags (#31) * RobotParser: handle empty arguments tags Old versions of RF, e.g. Robot 2.8.5 (Python 2.7.9 on linux2), can produce an output file with empty "arguments" tags, i.e. no arg child. Parsing such file would break as ignoreUntilStarts would throw an exception due to not finding the arg starting tag. This fix replace usage of ignoreUntilStarts to a more manual parsing to handle this case. * Remove extra next() call Co-authored-by: Adrien Abraham <adrien.abraham.exter...@stormshield.eu> Co-authored-by: Aleksi Simell <aleksi.sim...@eficode.com> -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/robot-plugin/push/refs/heads/master/aea403-9c94a1%40github.com.