aboutsummaryrefslogtreecommitdiff
path: root/perl/t/object.t
AgeCommit message (Expand)Author
2011-06-20Add a comment field to objectsRuss Allbery
2010-03-03Remove file names from test file headersRuss Allbery
2010-01-21Added new ACL format to the object testsJon Robertson
2009-06-09Remove Subversion Id stringsRuss 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-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss Allbery
2007-12-01The wallet backend test suite now supports using a database other thanRuss Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-10-10Adjust for the new behavior of showing the former value of an attributeRuss Allbery
2007-10-10Add an object history method and tests for it.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-19Add generic attribute support to the object layer and update the APIRuss Allbery
2007-09-18Test that retrieving data from a locked object still works.Russ Allbery
2007-09-18Implement the locked flag.Russ Allbery
2007-09-18Flags are now displayed as part of show.Russ Allbery
2007-09-17Add methods to the base object to set, clear, list, and check flags. WrapRuss Allbery
2007-09-17In show() for an object, call show() for each of the ACLs on that objectRuss Allbery
2007-08-31You don't have to explicitly load the driver module for DBI.Russ Allbery
2007-08-30Test clearing attributes.Russ Allbery
2007-08-30Unlink the database before creating it to protect against previous testRuss Allbery
2007-08-30use all the modules we need.Russ Allbery
2007-08-30Clean up all exception output when storing it in the error variable toRuss Allbery