Ignore:
Timestamp:
15 Dec 2011, 12:22:48 (13 years ago)
Author:
uli
Message:

Update tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/widgets/tests/test_phonewidget.py

    r7345 r7354  
    113113        self.assertEqual(
    114114            self.widget(),
    115             (u'(<input class="textType" id="field.foo.country"'
     115            (u'+<input class="textType" id="field.foo.country"'
    116116             u' name="field.foo.country" size="3" type="text" value="123" '
    117              u' />)'
    118              u'&nbsp;\n'
     117             u' />'
     118             u'&nbsp;&mdash;&nbsp;\n'
    119119             u'<input class="textType" id="field.foo.area"'
    120120             u' name="field.foo.area" size="5" type="text" value="456" '
     
    365365        self.assertEqual(
    366366            widget(),
    367             (u'(<input class="textType" id="field.foo.country"'
     367            (u'+<input class="textType" id="field.foo.country"'
    368368             u' name="field.foo.country" size="3" type="text" value="11" '
    369              u' />)'
    370              u'&nbsp;\n'
     369             u' />'
     370             u'&nbsp;&mdash;&nbsp;\n'
    371371             u'<input class="textType" id="field.foo.area"'
    372372             u' name="field.foo.area" size="5" type="text" value="222" '
     
    388388        self.assertEqual(
    389389            widget(),
    390             (u'(<input class="textType" id="field.foo.country"'
     390            (u'+<input class="textType" id="field.foo.country"'
    391391             u' name="field.foo.country" size="3" type="text" value="11" '
    392              u' />)'
    393              u'&nbsp;\n'
     392             u' />'
     393             u'&nbsp;&mdash;&nbsp;\n'
    394394             u'<input class="textType" id="field.foo.area"'
    395395             u' name="field.foo.area" size="5" type="text" value="222" '
Note: See TracChangeset for help on using the changeset viewer.