From 77449d011b2367a9f3d7bb179534aa09865aa26e Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 28 Nov 2011 04:03:27 -0500
Subject: [PATCH] - Applied fixes from trunk up to r5498
---
tests/mailfunc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/mailfunc.php b/tests/mailfunc.php
index 92234ef..d8111c7 100644
--- a/tests/mailfunc.php
+++ b/tests/mailfunc.php
@@ -106,7 +106,7 @@
$part = $this->get_html_part('src/invalidchars.html');
$washed = rcmail_print_body($part);
- $this->assertPattern('/<p>ÑОЌвПл<\/p>/', $washed, "Remove non-unicode characters from HTML message body");
+ $this->assertPattern('/<p>символ<\/p>/', $washed, "Remove non-unicode characters from HTML message body");
}
/**
--
Gitblit v1.9.1