[Rt-commit] rt branch, 4.2/shred-user-not-in-group, updated. rt-4.2.5-56-g652d153

Alex Vandiver alexmv at bestpractical.com
Thu Jun 19 19:03:42 EDT 2014


The branch, 4.2/shred-user-not-in-group has been updated
       via  652d1536660227ef044b8c834353bdc5c5654bc3 (commit)
      from  c5f72267e3666e8b4bc2f62cb03bf4ad516653da (commit)

Summary of changes:
 t/shredder/03plugin_users.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 652d1536660227ef044b8c834353bdc5c5654bc3
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jun 19 19:03:27 2014 -0400

    Update test to account for the new argument

diff --git a/t/shredder/03plugin_users.t b/t/shredder/03plugin_users.t
index 416fc75..477f147 100644
--- a/t/shredder/03plugin_users.t
+++ b/t/shredder/03plugin_users.t
@@ -6,7 +6,7 @@ use Test::Deep;
 use RT::Test::Shredder tests => 21;
 my $test = "RT::Test::Shredder";
 
-my @ARGS = sort qw(limit status name member_of email replace_relations no_tickets);
+my @ARGS = sort qw(limit status name member_of not_member_of email replace_relations no_tickets);
 
 use_ok('RT::Shredder::Plugin::Users');
 {

-----------------------------------------------------------------------


More information about the rt-commit mailing list