
sartak at bestpractical
Nov 19, 2009, 2:07 PM
Post #1 of 1
(333 views)
Permalink
|
|
rt branch, create-action, updated. 10a10aa5ff6208e50844bd2b11ff0cd5e6e4e1d1
|
|
The branch, create-action has been updated via 10a10aa5ff6208e50844bd2b11ff0cd5e6e4e1d1 (commit) from aa7e885d25fafd4ce0f06b54f21069a298d9fbcf (commit) Summary of changes: t/web/attachments.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) - Log ----------------------------------------------------------------- commit 10a10aa5ff6208e50844bd2b11ff0cd5e6e4e1d1 Author: Shawn M Moore <sartak [at] bestpractical> Date: Thu Nov 19 17:07:44 2009 -0500 We run an additional test now diff --git a/t/web/attachments.t b/t/web/attachments.t index dc37f62..6dfdc5b 100644 --- a/t/web/attachments.t +++ b/t/web/attachments.t @@ -1,7 +1,7 @@ #!/usr/bin/perl -w use strict; -use RT::Test strict => 1; use Test::More tests => 14; +use RT::Test strict => 1; use Test::More tests => 15; use constant ImageRoot => RT->static_path . '/images'; use constant LogoFile => ImageRoot .'/bplogo.gif'; ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|