Commit eb83b69
committed
OXDEV-351 Fix AcceptanceTestCase
Two things were fixed:
- setUp calls parent::setUp() now
- a test run is only repeated, if there was an AssertionFailedError thrown.
in any other case the test run is not repeated in order to fail as soon
as possible and get more information about the underlying error.1 parent bcf08c1 commit eb83b69
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
1846 | 1848 | | |
1847 | 1849 | | |
1848 | 1850 | | |
1849 | | - | |
| 1851 | + | |
| 1852 | + | |
| 1853 | + | |
1850 | 1854 | | |
1851 | 1855 | | |
1852 | 1856 | | |
1853 | 1857 | | |
| 1858 | + | |
1854 | 1859 | | |
1855 | 1860 | | |
1856 | 1861 | | |
| |||
0 commit comments