mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-16 22:08:44 +02:00
Fixed #69 Accentuated chars now in utf-8 for real in the unit test page! BE CARREFUL WITH PSPAD!!!
SVN:trunk[292]
This commit is contained in:
@@ -1471,7 +1471,7 @@ class TestTriggerAndEmail extends TestBizModel
|
||||
$oAction->Set("cc", $sCC);
|
||||
$oAction->Set("bcc", "");
|
||||
$oAction->Set("subject", "New server: '\$this->name()$'");
|
||||
$oAction->Set("body", "<html><body><p>Dear customer,</p><p>We have created the server \$this->hyperlink()$ in the IT infrastructure database.</p><p>You will be further notified when it is in <strong>Production</strong>.</p><p>The IT infrastructure management team.</p><p>Here are some accentuated characters for french people: 'ééà'</p></body></html>");
|
||||
$oAction->Set("body", "<html><body><p>Dear customer,</p><p>We have created the server \$this->hyperlink()$ in the IT infrastructure database.</p><p>You will be further notified when it is in <strong>Production</strong>.</p><p>The IT infrastructure management team.</p><p>Here are some accentuated characters for french people: 'ééà'</p></body></html>");
|
||||
$oAction->Set("importance", "low");
|
||||
$iActionId = $this->ObjectToDB($oAction, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user