Ignore:
Timestamp:
23 Sep 2015, 05:56:41 (9 years ago)
Author:
Henrik Bettermann
Message:

Fix some typos.

Adjust test so that it can be processed by Sphinx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/tests.py

    r13176 r13276  
    230230        hall.blocks_for_female = ['A','B']
    231231        self.browser.open(self.container_path + '/hall-1')
    232         expected = '''...<ul id="form.blocks_for_female" ><li>Block A</li>
    233 <li>Block B</li></ul>...'''
     232        expected = '...<ul id="form.blocks_for_female" ><li>Block A</li>...'
    234233        self.assertMatches(expected,self.browser.contents)
    235234        self.browser.open(self.container_path + '/hall-1/manage')
Note: See TracChangeset for help on using the changeset viewer.