~zodbbrowser-dev/zodbbrowser/trunk

« back to all changes in this revision

Viewing changes to src/zodbbrowser/ftests/browsing.txt

  • Committer: marius at gedmin
  • Date: 2013-05-28 19:17:20 UTC
  • Revision ID: marius@gedmin.as-20130528191720-dp5080h1eeh8m6ri
Fix test failures with zope.container 4.0.0 betas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
Each transaction shows which attributes have changed
146
146
 
147
 
    >>> printCSSPath(browser, 'div.transaction > div.diff')
148
 
    <div class="diff">
 
147
    >>> printCSSPath(browser, 'div.transaction > div.diff') # doctest: +ELLIPSIS
 
148
    <div class="diff">...
149
149
      <div class="diffitem added">
150
150
        <strong>__name__</strong>: added u'browsing'
151
151
      </div>