commit | 51ed3566a2e6c5d92f06ef5d9f28ce736cb41b0d | [log] [tgz] |
---|---|---|
author | Pavel Sedlák <psedlak@redhat.com> | Fri Apr 26 12:36:08 2013 +0200 |
committer | Pavel Sedlák <psedlak@redhat.com> | Fri Apr 26 12:58:42 2013 +0200 |
tree | 042946cc220e84b9eeb14fcba45f62a5099917fa | |
parent | cf89e6d4bc9da81f5e6d06abdac78bc0eace4ed0 [diff] |
Fix status_timeout incorrectly referencing self After commit fbf40fdf status_timeout is not an class method anymore and so it can't reference self. To properly report test failure it needs to call TestCase.fail so this change adds that argument and changes all usages appropriately. Change-Id: Icab49794c8c52340e850d7574f633c99452ca7be