diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 16:20:10 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-07-16 16:25:56 -0700 |
commit | 3e913fa65e9e5c1d687372b89b5467edb3e77973 (patch) | |
tree | ecfeb207313538ebc32dde39fda9e929582515c3 /perl/t/general/admin.t | |
parent | 8d66c66be27f795df314a69aeb49c75d075c8016 (diff) |
Go back to recording the ADMIN ACL in history
This turned out to not be necessary for testing since I was already
using sqlite3 to load an unversioned schema. Remove the offending
line and restore the old code with some cleanup.
Change-Id: I282b6f3b4754e4899222be6366b77a47f0cb7189
Reviewed-on: https://gerrit.stanford.edu/1575
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/t/general/admin.t')
-rwxr-xr-x | perl/t/general/admin.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/t/general/admin.t b/perl/t/general/admin.t index 7c62932..47396c6 100755 --- a/perl/t/general/admin.t +++ b/perl/t/general/admin.t @@ -61,7 +61,6 @@ is ($server->acl_add ('ADMIN', 'base', 'foo'), 1, ' and adding a base ACL now works'); # Test re-initialization of the database. -$Wallet::Schema::VERSION = '0.07'; is ($admin->reinitialize ('admin@EXAMPLE.COM'), 1, ' and re-initialization succeeds'); |