[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-244-g85033d5
Jesse Vincent
jesse at bestpractical.com
Tue Nov 2 22:41:43 EDT 2010
The branch, 3.9-trunk has been updated
via 85033d561cefb6275c1743d7f206f4d89b72eed8 (commit)
from 48594060479b1ff6a59fa1c8b0a23e7e96d9ee88 (commit)
Summary of changes:
t/web/ticket_seen.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 85033d561cefb6275c1743d7f206f4d89b72eed8
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Nov 2 18:30:27 2010 -0400
Fix tests for the latest defaults change
diff --git a/t/web/ticket_seen.t b/t/web/ticket_seen.t
index 6d8c5f4..b65f803 100644
--- a/t/web/ticket_seen.t
+++ b/t/web/ticket_seen.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test nodata => 1, tests => 21;
+use RT::Test nodata => 1, tests => 21, config => 'Set($ShowUnreadMessageNotifications, 1);';
my $queue = RT::Test->load_or_create_queue( Name => 'Regression' );
ok $queue && $queue->id, 'loaded or created queue';
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list