[Rt-commit] rtfm branch, master, updated. 49b11181672a3144f8919dae99c55291ac1c095f

? sunnavy sunnavy at bestpractical.com
Thu Jul 15 23:02:24 EDT 2010


The branch, master has been updated
       via  49b11181672a3144f8919dae99c55291ac1c095f (commit)
      from  7e338a4f5c3a642b2a8883120e499904cf292ac1 (commit)

Summary of changes:
 t/00smoke.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 49b11181672a3144f8919dae99c55291ac1c095f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Jul 16 11:04:00 2010 +0800

    no need to call "no_plan"

diff --git a/t/00smoke.t b/t/00smoke.t
index c852590..6521798 100644
--- a/t/00smoke.t
+++ b/t/00smoke.t
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use lib 't/lib';
-use RT::FM::Test qw(no_plan);
+use RT::FM::Test;
 
 use RT;
 ok(RT::LoadConfig);

-----------------------------------------------------------------------


More information about the Rt-commit mailing list