View Issue Details

IDProjectCategoryView StatusLast Update
0016204mantisbttoolspublic2014-02-07 18:24
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.16 
Target Version1.2.16Fixed in Version1.2.16 
Summary0016204: 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.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x d9606758

2013-07-22 00:25

dregad


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

dregad


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