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:
Romain Quetiez
2010-01-29 17:52:47 +00:00
parent f61ac3f4a0
commit e55a11df4b

View File

@@ -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);