~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/stories/branches/xx-code-review-comments.txt

  • Committer: mbp at canonical
  • Date: 2011-11-29 20:51:38 UTC
  • mto: This revision was merged to the branch mainline in revision 14420.
  • Revision ID: mbp@canonical.com-20111129205138-bnzjyhhwaxx468b9
Add microformats and permalink to code review comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    source branch to land it. When this comment is replied to, it should
113
113
    wrap the line properly.
114
114
    >>> print_comments('boardCommentDetails', anon_browser, index=0)
115
 
    Eric the Viking (eric) wrote ... ago
116
 
    Posted in a previous version of this proposal
 
115
    Eric the Viking (eric) wrote ... ago:
 
116
    Posted in a previous version of this proposal #
117
117
    >>> details = find_tags_by_class(
118
118
    ...     anon_browser.contents, 'boardCommentDetails')[0]
119
119
    >>> links = details.findAll('a')
133
133
    >>> eric_browser.getControl('Save Comment').click()
134
134
 
135
135
    >>> print_comments('boardCommentDetails', eric_browser, index=2)
136
 
    Eric the Viking ... a moment ago
 
136
    Eric the Viking ... ago: #
137
137
    >>> print_comments('boardCommentFooter', eric_browser, index=0)
138
138
    review: Abstain (timeless)
139
139
    >>> print_comments('boardCommentBody', eric_browser, index=2)