[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.0-423-g7cdd30f
Alex Vandiver
alexmv at bestpractical.com
Fri May 20 16:53:54 EDT 2011
The branch, 4.0-trunk has been updated
via 7cdd30fa7d9fc8781b08ba92d3865a5bd3340c73 (commit)
from adabc194f81ad5f8efaabb133767e5aaf8208faa (commit)
Summary of changes:
t/web/ticket_modify_people.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7cdd30fa7d9fc8781b08ba92d3865a5bd3340c73
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri May 20 16:53:52 2011 -0400
Similar fix to adabc19 git 4.0/admin-links-in-modify-people-fix
diff --git a/t/web/ticket_modify_people.t b/t/web/ticket_modify_people.t
index 451cfdc..750be3f 100644
--- a/t/web/ticket_modify_people.t
+++ b/t/web/ticket_modify_people.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use RT::Test tests => 22;
+use RT::Test tests => 23;
my $root = RT::Test->load_or_create_user( Name => 'root' );
my $group_foo = RT::Group->new($RT::SystemUser);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list