[Rt-commit] rt branch, 4.0/dashbord-chart-with-utf8, updated. rt-4.0.1-301-geb3404d
? sunnavy
sunnavy at bestpractical.com
Tue Aug 9 01:29:40 EDT 2011
The branch, 4.0/dashbord-chart-with-utf8 has been updated
via eb3404d6ece306fcb88904fff48b1bbcf70393f9 (commit)
from cb4956f32a400948f6008b6d86a80a16aabd9881 (commit)
Summary of changes:
t/mail/dashboard-chart-with-utf8.t | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit eb3404d6ece306fcb88904fff48b1bbcf70393f9
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Aug 9 13:27:03 2011 +0800
cleanup
diff --git a/t/mail/dashboard-chart-with-utf8.t b/t/mail/dashboard-chart-with-utf8.t
index cfde407..3d77350 100644
--- a/t/mail/dashboard-chart-with-utf8.t
+++ b/t/mail/dashboard-chart-with-utf8.t
@@ -15,8 +15,6 @@ RT::Test->create_ticket(
Subject => decode_utf8('test äöü'),
);
-my $query = "Subject LIKE 'test äöü'";
-
$m->get_ok(q{/Search/Chart.html?Query=Subject LIKE 'test äöü'});
$m->submit_form(
form_name => 'SaveSearch',
@@ -65,7 +63,6 @@ is @mails, 1, "got a dashboard mail";
# before we can call bodyhandle :/
use RT::EmailParser;
my $parser = RT::EmailParser->new;
-$parser->ParseMIMEEntityFromScalar( $mails[0] );
my $mail = $parser->ParseMIMEEntityFromScalar( $mails[0] );
like(
$mail->head->get('Subject'),
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list