aboutsummaryrefslogtreecommitdiff
path: root/perl/t/acl.t
AgeCommit message (Expand)Author
2014-07-11Switch to Module::Build for the Perl moduleRuss Allbery
2014-07-11Fix test cleanup code to run during global destructionRuss Allbery
2014-07-11Adjust ACL test for new SQLite autoincrement behaviorRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2013-02-27Use correct form of Stanford's copyright statementRuss Allbery
2013-01-31Renamed dbh subroutines and variables for clarityJon Robertson
2010-03-03Remove file names from test file headersRuss Allbery
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-01-23Fix the module inclusions.Russ Allbery
2008-01-23Add a destroy() method to the Wallet::Admin object and use that insteadRuss Allbery
2008-01-23Refactor database initialization into a new Wallet::Admin module.Russ Allbery
2007-12-01Clean up the database after running this test.Russ Allbery
2007-12-01Use reinitialize instead of initialize.Russ Allbery
2007-12-01The wallet backend test suite now supports using a database other thanRuss Allbery
2007-10-10Add a history method to the Wallet::ACL API.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-17Add a show method to Wallet::ACL.Russ Allbery
2007-08-31You don't have to explicitly load the driver module for DBI.Russ Allbery
2007-08-30Add a test for renaming to an existing name. Unlink the database beforeRuss Allbery
2007-08-30Finish the test suite for the ACL layer.Russ Allbery
2007-08-30Add an initial test suite for ACLs. Not all the methods are checked yet.Russ Allbery
2007-08-30Rename acl.t to verifier.t to free up acl.t for tests of the more generalRuss Allbery
2007-08-29Comment fix.Russ Allbery
2007-08-27Rename Wallet::ACL to Wallet::ACL::Base to preserve the Wallet::ACLRuss Allbery
2007-05-02Add a test suite for the new ACL modules and declare $VERSION so thatRuss Allbery