[Rt-commit] rt branch, 4.0/redirect-tests, updated. rt-4.0.2-59-gc5de4ea
Ruslan Zakirov
ruz at bestpractical.com
Thu Sep 22 15:35:41 EDT 2011
The branch, 4.0/redirect-tests has been updated
via c5de4ea25b61ebfadb314d28a4d34f3ec89b2c6c (commit)
from 4ed94cec491c606d1fbb410ad13c8541c3a51d1f (commit)
Summary of changes:
t/web/redirect.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c5de4ea25b61ebfadb314d28a4d34f3ec89b2c6c
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Thu Sep 22 23:35:22 2011 +0400
number of tests was incorrect
diff --git a/t/web/redirect.t b/t/web/redirect.t
index 492db84..d92386b 100644
--- a/t/web/redirect.t
+++ b/t/web/redirect.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use RT::Test tests => 122;
+use RT::Test tests => 13;
my $r = $HTML::Mason::Commands::r = bless {}, 'R';
my $m = $HTML::Mason::Commands::m = bless {}, 'M';
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list