[Rt-commit] r8325 - rt/branches/3.7-EXPERIMENTAL-TUNIS/t/shredder

ruz at bestpractical.com ruz at bestpractical.com
Mon Jul 30 19:57:47 EDT 2007


Author: ruz
Date: Mon Jul 30 19:57:47 2007
New Revision: 8325

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/t/shredder/03plugin_users.t

Log:
* we deleted tests for valid chars in name or email
  of an user in the users plugin of the shredder

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/t/shredder/03plugin_users.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/t/shredder/03plugin_users.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/t/shredder/03plugin_users.t	Mon Jul 30 19:57:47 2007
@@ -7,7 +7,7 @@
 use Test::Deep;
 BEGIN { require "t/shredder/utils.pl"; }
 
-plan tests => 10;
+plan tests => 9;
 
 my @ARGS = sort qw(limit status name email replace_relations no_tickets);
 
@@ -24,8 +24,6 @@
     my ($status, $msg) = $plugin->TestArgs( name => 'r??t*' );
     ok($status, "arg name = 'r??t*'") or diag("error: $msg");
 
-    ($status, $msg) = $plugin->TestArgs( name => '!@#' );
-    ok(!$status, "bad arg name = '!@#'");
     for (qw(any disabled enabled)) {
         my ($status, $msg) = $plugin->TestArgs( status => $_ );
         ok($status, "arg status = '$_'") or diag("error: $msg");


More information about the Rt-commit mailing list