summaryrefslogtreecommitdiff
path: root/perl/t/server.t
AgeCommit message (Expand)Author
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-11-20Attempt to create the object with a default owner on get and storeRuss Allbery
2007-11-20Add support for running a user-defined function whenever an object isRuss Allbery
2007-10-11Add an acl_history method to the server layer and test it.Russ Allbery
2007-10-10Add tests for the history method and its ACLs.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-20Take multiple values in the attr() method and convert it to a referenceRuss Allbery
2007-09-20Call attr() correctly when setting attributes, even if it doesn'tRuss Allbery
2007-09-20Add support for attribute setting and retrieving to the high-levelRuss Allbery
2007-09-18Implement the locked flag.Russ Allbery
2007-09-18Flags are now displayed as part of show.Russ Allbery
2007-09-18Add flag_set and flag_clear to Wallet::Server.Russ Allbery
2007-09-17Add an acl_show() method to Wallet::Server that calls the underlying ACLRuss Allbery
2007-09-17In show() for an object, call show() for each of the ACLs on that objectRuss Allbery
2007-09-01Test a couple more ADMIN ACL manipulation cases.Russ Allbery
2007-09-01Test another case around the ADMIN ACL.Russ Allbery
2007-09-01Add some additional safeguards to ensure that users cannot destroy,Russ Allbery
2007-08-31Check handling of invalid database configuration and failure to connectRuss Allbery
2007-08-31You don't have to explicitly load the driver module for DBI.Russ Allbery
2007-08-30Finish the test suite. This should now be fairly comprehensive.Russ Allbery
2007-08-30Checkpoint. Add tests for basic object operations.Russ Allbery
2007-08-30Initial test suite for the Wallet::Server interface. Right now, justRuss Allbery