[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.0-422-gadabc19
Alex Vandiver
alexmv at bestpractical.com
Fri May 20 16:50:32 EDT 2011
The branch, 4.0-trunk has been updated
via adabc194f81ad5f8efaabb133767e5aaf8208faa (commit)
from 0d9f41ebfe16b2a09a06c366ea8c4aeac78d0515 (commit)
Summary of changes:
t/web/articles-links.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit adabc194f81ad5f8efaabb133767e5aaf8208faa
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri May 20 16:27:03 2011 -0400
Fix test count 4.0/autoload-fixes test, adjusting because of b65f769
Ironically, b65f769, which 4.0/autoload-fixes is in some ways based on,
caused the Queue parameter to be respected, adding a test to
4.0/autoload-fixes' test file, making it fail after the merge to trunk.
diff --git a/t/web/articles-links.t b/t/web/articles-links.t
index 0313677..713dc05 100644
--- a/t/web/articles-links.t
+++ b/t/web/articles-links.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use RT::Test tests => 17;
+use RT::Test tests => 18;
RT->Config->Set( MasonLocalComponentRoot => RT::Test::get_abs_relocatable_dir('html') );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list