[Rt-commit] r3872 - in rt/branches/QUEBEC-EXPERIMENTAL: .
lib/t/regression
Reed Loden
reed at reedloden.com
Fri Sep 23 19:40:07 EDT 2005
On Thu, 22 Sep 2005 12:38:17 -0400 (EDT)
alexmv at bestpractical.com wrote:
> Author: alexmv
> Date: Thu Sep 22 12:38:17 2005
> New Revision: 3872
>
> Log:
> r6181 at zoq-fot-pik: chmrr | 2005-09-02 12:09:41 -0400
> * Additional tests for no requestor (should still sort correctly)
>
>
> Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/20-sort-by-requestor.t
> ==============================================================================
> --- rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/20-sort-by-requestor.t (original)
> +++ rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/20-sort-by-requestor.t Thu Sep 22 12:38:17 2005
> @@ -27,7 +28,7 @@
> {
> my $tix = RT::Tickets->new($RT::SystemUser);
> $tix->FromSQL("Queue = '$queue'");
> - is($tix->Count, 20, "found twenty tickets");
> + is($tix->Count, 30, "found twenty tickets");
> }
>
> {
s/twenty/thirty/
:)
~reed
--
Reed Loden - <reed at reedloden.com>
More information about the Rt-commit
mailing list