[Rt-commit] rt branch, create-action, updated. 23fa4ad49249f043c27ee3e065251d1cd349f0c8
sartak at bestpractical.com
sartak at bestpractical.com
Thu Sep 3 21:13:51 EDT 2009
The branch, create-action has been updated
via 23fa4ad49249f043c27ee3e065251d1cd349f0c8 (commit)
from 9502b556fec928b4f89ead9a9dfd7a65aa8c5129 (commit)
Summary of changes:
t/ticket/requestor-order.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 23fa4ad49249f043c27ee3e065251d1cd349f0c8
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Sep 3 21:13:39 2009 -0400
s/dependant/dependent/
diff --git a/t/ticket/requestor-order.t b/t/ticket/requestor-order.t
index 227b20a..fc1deed 100644
--- a/t/ticket/requestor-order.t
+++ b/t/ticket/requestor-order.t
@@ -127,7 +127,7 @@ sub check_emails_order
my @mails;
while (my $t = $tix->next) { push @mails, $t->role_group("requestor")->member_emails_as_string; }
is(@mails, 30, "found thirty tickets");
- is_deeply( [grep {$_} @mails], [ sort grep {$_} @mails ], "Paging works (exclude nulls, which are db-dependant)");
+ is_deeply( [grep {$_} @mails], [ sort grep {$_} @mails ], "Paging works (exclude nulls, which are db-dependent)");
}
{
@@ -138,7 +138,7 @@ sub check_emails_order
my @mails;
while (my $t = $tix->next) { push @mails, $t->role_group("requestor")->member_emails_as_string; }
is(@mails, 30, "found thirty tickets");
- is_deeply( [grep {$_} @mails], [ sort grep {$_} @mails ], "Paging works (exclude nulls, which are db-dependant)");
+ is_deeply( [grep {$_} @mails], [ sort grep {$_} @mails ], "Paging works (exclude nulls, which are db-dependent)");
}
RT::Test->mailsent_ok(25);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list