View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016204 | mantisbt | tools | public | 2013-07-22 06:39 | 2014-02-07 18:24 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.16 | ||||
| Target Version | 1.2.16 | Fixed in Version | 1.2.16 | ||
| Summary | 0016204: User Test fails when bugnote_order is not set to default | ||||
| Description | The test relies on hardcoded value corresponding to default in config_default_inc.php, so if the test system has an override in config_inc.php, the case fails. | ||||
| Additional Information | Note that the test would fail as well if the test user has set their preferences to a different value, but I don't see how this can be avoided. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.2.x d9606758 2013-07-22 00:25 Details Diff |
UserTest: preferences should compare against default value Previously the test was comparing the retrieved user preference 'bugnote_order' with a hardcoded value, so the test would fail if the config_inc settings were different. Fixes 0016204 |
Affected Issues 0016204 |
|
| mod - tests/soap/UserTest.php | Diff File | ||
|
MantisBT: master f84b783e 2013-07-22 06:25 Details Diff |
UserTest: preferences should compare against default value Previously the test was comparing the retrieved user preference 'bugnote_order' with a hardcoded value, so the test would fail if the config_inc settings were different. Fixes 0016204 |
Affected Issues 0016204 |
|
| mod - tests/soap/UserTest.php | Diff File | ||