[Bps-public-commit] net-lighthouse branch, master, updated. 413fa7f1ac826ac226add7f47de0a47553cd6823

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Aug 31 03:22:10 EDT 2009


The branch, master has been updated
       via  413fa7f1ac826ac226add7f47de0a47553cd6823 (commit)
      from  6d05ed54826e29dac7b8a947d592a788c23892a5 (commit)

Summary of changes:
 t/04-ticket-version.t |    2 +-
 t/09-milestone.t      |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 413fa7f1ac826ac226add7f47de0a47553cd6823
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Aug 31 15:21:54 2009 +0800

    small fix

diff --git a/t/04-ticket-version.t b/t/04-ticket-version.t
index b6a0dea..7f59a6b 100644
--- a/t/04-ticket-version.t
+++ b/t/04-ticket-version.t
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 47;
-
+use DateTime;
 use_ok('Net::Lighthouse::Project::Ticket::Version');
 can_ok( 'Net::Lighthouse::Project::Ticket::Version', 'new' );
 
diff --git a/t/09-milestone.t b/t/09-milestone.t
index 3f0bd55..f5aa5f8 100644
--- a/t/09-milestone.t
+++ b/t/09-milestone.t
@@ -3,6 +3,7 @@ use warnings;
 
 use Test::More tests => 43;
 use Test::Mock::LWP;
+use DateTime;
 
 use_ok('Net::Lighthouse::Project');
 use_ok('Net::Lighthouse::Project::Milestone');

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



More information about the Bps-public-commit mailing list