[Bps-public-commit] r15338 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Aug 21 07:52:29 EDT 2008
Author: sartak
Date: Thu Aug 21 07:52:27 2008
New Revision: 15338
Modified:
sd/trunk/ (props changed)
sd/trunk/t/big-hm-rt.t
Log:
r70167 at onn: sartak | 2008-08-21 07:52:22 -0400
heh, this code was kinda backwards
Modified: sd/trunk/t/big-hm-rt.t
==============================================================================
--- sd/trunk/t/big-hm-rt.t (original)
+++ sd/trunk/t/big-hm-rt.t Thu Aug 21 07:52:27 2008
@@ -11,14 +11,8 @@
# dramatis personae {{{
our (%USERS, @USERS, $CURRENT_USER_DATA);
BEGIN {
- %USERS = map { $_ => {} } qw(
- alex
- clkao
- jesse
- kevin
- shawn
- );
- @USERS = sort keys %USERS;
+ @USERS = qw(alex clkao jesse kevin shawn);
+ %USERS = map { $_ => {} } @USERS;
# generate "as_person" methods which will perform acts on behalf of that
# person, such as pull from HM or push to RT
More information about the Bps-public-commit
mailing list