Bug #5125
Service tx_caretaker_ping: Marker not replaced in error messages
| Status: | Resolved | Start date: | 2009-10-26 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
If the ping service execution fails, the markers in the error-msg are not replaced:
Msg looks like:
"*1 Test Ping Host1 Ping command (###VALUE_COMMAND###) failed with Message: ###VALUE_RESULT### * Pings the host."
Associated revisions
History
Updated by Martin Kuster over 3 years ago
- File 5125.patch added
Problem is a wrong key-value for the info_array when creating the error message. Should be 'values' not 'value'.
(Defined in tx_caretaker_TestResult->getLocallizedMessage() line 125)
Attached patch fixes that.
Updated by Martin Kuster over 3 years ago
- File 5125v2.patch added
v2 also fixes a problem with wrong marker in LL-file: (should be VALUE_MESSAGE, not VALUE_RESULT)
Updated by Martin Ficzel over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r25893.