[Bps-public-commit] Test-Chimps-Anna branch, master, updated. 65f6cd40bffc717ebaee8bd1bf41aad8d8a45abb

sartak at bestpractical.com sartak at bestpractical.com
Fri May 29 21:18:55 EDT 2009


The branch, master has been updated
       via  65f6cd40bffc717ebaee8bd1bf41aad8d8a45abb (commit)
      from  b8903a16f713e189d259a3b8fca176055bb2499f (commit)

Summary of changes:
 lib/Test/Chimps/Anna.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 65f6cd40bffc717ebaee8bd1bf41aad8d8a45abb
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri May 29 21:18:21 2009 -0400

    Remove double excalamation

diff --git a/lib/Test/Chimps/Anna.pm b/lib/Test/Chimps/Anna.pm
index 46437f0..db9591d 100644
--- a/lib/Test/Chimps/Anna.pm
+++ b/lib/Test/Chimps/Anna.pm
@@ -176,7 +176,7 @@ sub tick {
         $self->{passing_projects}->{$report->project} = 1;
       }
       if ( $self->{passing_projects}->{$report->project}++) {
-        my @exclam = (qw/Yatta Woo Whee Yay Yippee Yow/, "Happy happy joy joy", "O frabjous day!");
+        my @exclam = (qw/Yatta Woo Whee Yay Yippee Yow/, "Happy happy joy joy", "O frabjous day");
         if ($self->{passing_projects}->{$report->project} % 5 == 0) {
             $self->_say_to_all( $report->project . " rev " . $report->revision . " still passing all " . $report->total_passed . " tests.  " . $exclam[rand @exclam] . "!");
         }

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



More information about the Bps-public-commit mailing list