[Bps-public-commit] smokingit branch, master, updated. d07b9e480e8516fe6d64dceebad06bf0b2020e56

Thomas Sibley trs at bestpractical.com
Wed Aug 3 17:02:36 EDT 2011


The branch, master has been updated
       via  d07b9e480e8516fe6d64dceebad06bf0b2020e56 (commit)
      from  aff8ab46b941659a092954fdf4dc5d9ac02ac481 (commit)

Summary of changes:
 lib/Smokingit/Model/Project.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit d07b9e480e8516fe6d64dceebad06bf0b2020e56
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Aug 3 17:02:10 2011 -0400

    Whoops! — shift off $self so we can use it later

diff --git a/lib/Smokingit/Model/Project.pm b/lib/Smokingit/Model/Project.pm
index 20b5677..809b822 100644
--- a/lib/Smokingit/Model/Project.pm
+++ b/lib/Smokingit/Model/Project.pm
@@ -119,6 +119,7 @@ sub planned_tests {
 }
 
 sub finished_tests {
+    my $self = shift;
     my $tests = Smokingit::Model::SmokeResultCollection->new;
     $tests->limit(
         column => "gearman_process",

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



More information about the Bps-public-commit mailing list