[Bps-public-commit] Test-Chimps-Anna branch, master, updated. 10c517e8ebc19c7a84972f57b84f62e643ca9f8e
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 29 17:56:42 EDT 2009
The branch, master has been updated
via 10c517e8ebc19c7a84972f57b84f62e643ca9f8e (commit)
from d8d636a52cc6a7e44cc1d72d136f979686ff7710 (commit)
Summary of changes:
lib/Test/Chimps/Anna.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 10c517e8ebc19c7a84972f57b84f62e643ca9f8e
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri May 29 17:53:45 2009 -0400
Another success message
diff --git a/lib/Test/Chimps/Anna.pm b/lib/Test/Chimps/Anna.pm
index e553af5..ada388a 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");
+ 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 . " r" . $report->revision . " still passing all " . $report->total_passed . " tests. " . $exclam[rand @exclam] . "!");
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list