~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/stories/question-add-in-other-languages.txt

  • Committer: Curtis Hovey
  • Date: 2009-10-31 15:42:37 UTC
  • mto: This revision was merged to the branch mainline in revision 9842.
  • Revision ID: curtis.hovey@canonical.com-20091031154237-mujjq2oy6ub02t9z
Added a breadcrumb adapter for IQuestions; fixed question breadcrumbs and titles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    >>> browser.url
79
79
    '.../ubuntu/+question/...'
80
80
    >>> print browser.title
81
 
    Questions : Ubuntu
 
81
    Question #... : Questions : Ubuntu
82
82
 
83
83
The page reports the question language both in the content and in the
84
84
markup. Search engine robots and browsers will use the lang and dir
155
155
    >>> browser.url
156
156
    '.../ubuntu/+question/...'
157
157
    >>> print browser.title.decode('utf-8')
158
 
    Questions : Ubuntu
 
158
    Question #... : Questions : Ubuntu
159
159
    >>> portlet = find_tag_by_id(browser.contents, 'portlet-details')