Ignore:
Timestamp:
12 Feb 2011, 13:12:13 (14 years ago)
Author:
uli
Message:

Make this test shut up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/image/browser/image.txt

    r5693 r5724  
    102102  >>> widget.setRenderedValue(some_file)
    103103  >>> print normalize(widget())
    104   <input
     104  <img... />...
     105  ...<input
    105106    class="fileType"
    106107    id="field.foo"
     
    123124  >>> widget = EncodingImageFileWidget(field, request)
    124125  >>> print normalize(widget())
    125   <input
     126  <img... />...
     127  ...<input
    126128    class="fileType"
    127129    id="field.foo"
     
    145147  >>> widget = EncodingImageFileWidget(field, request)
    146148  >>> print normalize(widget())
    147   <input
     149  <img... />...
     150  ...<input
    148151    class="fileType"
    149152    id="field.foo"
     
    178181  >>> widget = EncodingImageFileWidget(field, request)
    179182  >>> print normalize(widget())
    180   <input
     183  <img... />...
     184  ...<input
    181185    class="fileType"
    182186    id="field.foo"
Note: See TracChangeset for help on using the changeset viewer.