Browse Source

Fixed #69 Accentuated chars now in utf-8 for real in the unit test page! BE CARREFUL WITH PSPAD!!!

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@292 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 years ago
parent
commit
0ecb321f12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/testlist.inc.php

+ 1 - 1
pages/testlist.inc.php

@@ -1471,7 +1471,7 @@ class TestTriggerAndEmail extends TestBizModel
 		$oAction->Set("cc", $sCC);
 		$oAction->Set("cc", $sCC);
 		$oAction->Set("bcc", "");
 		$oAction->Set("bcc", "");
 		$oAction->Set("subject", "New server: '\$this->name()$'");
 		$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");
 		$oAction->Set("importance", "low");
 		$iActionId = $this->ObjectToDB($oAction, true);
 		$iActionId = $this->ObjectToDB($oAction, true);