[Bps-public-commit] r11793 - in Prophet/trunk: .
jesse at bestpractical.com
jesse at bestpractical.com
Sat Apr 19 20:38:31 EDT 2008
Author: jesse
Date: Sat Apr 19 20:38:29 2008
New Revision: 11793
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Test/Arena.pm
Log:
r29925 at 31b: jesse | 2008-04-20 02:34:46 +0200
as_user takes a name, not an object
Modified: Prophet/trunk/lib/Prophet/Test/Arena.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Test/Arena.pm (original)
+++ Prophet/trunk/lib/Prophet/Test/Arena.pm Sat Apr 19 20:38:29 2008
@@ -19,7 +19,7 @@
for my $c (@chickens) {
- as_user($c => sub {
+ as_user($c->name => sub {
my $p = Prophet::CLI->new();
diag($c => $p->app_handle->handle->uuid);
});
More information about the Bps-public-commit
mailing list