[Rt-commit] r3903 - in rt/branches/QUEBEC-EXPERIMENTAL: . lib/t/regression

alexmv at bestpractical.com alexmv at bestpractical.com
Mon Oct 3 15:57:38 EDT 2005


Author: alexmv
Date: Mon Oct  3 15:57:38 2005
New Revision: 3903

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/lib/t/regression/20-sort-by-requestor.t
Log:
 r6572 at zoq-fot-pik:  chmrr | 2005-10-03 15:47:52 -0400
  * Make test text reflect the number of tickets the test is looking for


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	Mon Oct  3 15:57:38 2005
@@ -28,7 +28,7 @@
 {
     my $tix = RT::Tickets->new($RT::SystemUser);
     $tix->FromSQL("Queue = '$queue'");
-    is($tix->Count, 30, "found twenty tickets");
+    is($tix->Count, 30, "found thirty tickets");
 }
 
 {


More information about the Rt-commit mailing list