Ignore:
Timestamp:
7 Mar 2011, 13:26:53 (14 years ago)
Author:
uli
Message:

Fix tests.

File:
1 edited

Legend:

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

    r5811 r5812  
    183183    def test_application_exists(self):
    184184        result = application_exists('APP-99999')
     185        assert result is True
     186
     187        result = application_exists('APP-44444')
    185188        assert result is False
    186 
    187         result = application_exists('APP-44444')
    188         assert result is True
    189189        return
    190190
Note: See TracChangeset for help on using the changeset viewer.