|
@@ -368,7 +368,7 @@ class FormatHelperTest extends MyCakeTestCase {
|
|
|
public function testEncodeText() {
|
|
public function testEncodeText() {
|
|
|
$result = $this->Format->encodeText('foobar@somedomain.com');
|
|
$result = $this->Format->encodeText('foobar@somedomain.com');
|
|
|
$this->debug($result);
|
|
$this->debug($result);
|
|
|
- $expected = ';&#x';
|
|
|
|
|
|
|
+ $expected = ';&#';
|
|
|
$this->assertContains($expected, $result);
|
|
$this->assertContains($expected, $result);
|
|
|
}
|
|
}
|
|
|
|
|
|