Ignore:
Timestamp:
15 May 2011, 03:34:05 (13 years ago)
Author:
uli
Message:

Fix trailing whitespaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py

    r5985 r6104  
    4141    # Tests in here do only cover login attempts without any PINs
    4242    # created before.
    43    
     43
    4444    layer = FunctionalLayer
    45    
     45
    4646    def setUp(self):
    4747        super(LoginTest, self).setUp()
     
    129129    # As setting up pins is time-consuming we only set them up when
    130130    # really needed (i.e. in this separate TestCase).
    131    
     131
    132132    layer = FunctionalLayer
    133133
     
    145145        self.existing_series, self.existing_number = parts
    146146        self.browser.handleErrors = False
    147        
     147
    148148    def tearDown(self):
    149149        super(LoginTestWithPINs, self).tearDown()
     
    178178        return
    179179
    180    
     180
    181181def suite():
    182182    suite = unittest.TestSuite()
     
    189189
    190190test_suite = suite
    191 
Note: See TracChangeset for help on using the changeset viewer.