[Rt-commit] r13537 - in rt/3.8/trunk: t/mail
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Jun 23 11:47:48 EDT 2008
Author: alexmv
Date: Mon Jun 23 11:47:39 2008
New Revision: 13537
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/t/mail/charsets-outgoing.t
Log:
r33398 at kohr-ah: chmrr | 2008-06-23 11:47:31 -0400
* Un-todo the now-passing tests
Modified: rt/3.8/trunk/t/mail/charsets-outgoing.t
==============================================================================
--- rt/3.8/trunk/t/mail/charsets-outgoing.t (original)
+++ rt/3.8/trunk/t/mail/charsets-outgoing.t Mon Jun 23 11:47:39 2008
@@ -124,10 +124,7 @@
$subject =~ /$str_ru_test/
or do { $status = 0; diag "wrong subject: $subject" };
}
- {
- local $TODO = "This is being worked in in a branch";
- ok $status, "all mails have correct data";
- }
+ ok $status, "all mails have correct data";
}
diag "return back the empty subject tag" if $ENV{'TEST_VERBOSE'};
@@ -225,10 +222,7 @@
$subject =~ /$str_ru_autoreply/
or do { $status = 0; diag "wrong subject: $subject" };
}
- {
- local $TODO = "This is being worked in in a branch";
- ok $status, "all mails have correct data";
- }
+ ok $status, "all mails have correct data";
}
diag "flush subject tag of the queue" if $ENV{'TEST_VERBOSE'};
More information about the Rt-commit
mailing list