id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
597,RSS  feed reports incorrect failing step,ddunbar,,"The RSS feed does not compute the failing step correctly. The problem is here:
--
            # get name of the failed step and the last 30 lines of its log.
            if build.getLogs():
                log = build.getLogs()[-1]
                laststep = log.getStep().getName()
--

It is not always true that the last step is the one that failed, in which cases the feed reports the wrong step and attaches the wrong log.
",defect,closed,major,0.7.12,0.7.11,fixed,,
