id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
3137	Fix tests and include functional tests	s0undt3ch	pacopablo	Here's a patch to fix tests.\r\n{{{\r\n#!diff\r\nIndex: acct_mgr/tests/db.py\r\n===================================================================\r\n--- acct_mgr/tests/db.py        (revision 3734)\r\n+++ acct_mgr/tests/db.py        (working copy)\r\n@@ -21,7 +21,7 @@\r\n class _BaseTestCase(unittest.TestCase):\r\n     def setUp(self):\r\n         #self.basedir = os.path.realpath(tempfile.mkdtemp())\r\n-        self.env = EnvironmentStub()\r\n+        self.env = EnvironmentStub(enable=['trac.*', 'acct_mgr.*'])\r\n         self.env.config.set('account-manager', 'password_store',\r\n                             'SessionStore')\r\n         self.store = SessionStore(self.env)\r\n}}}	enhancement	closed	normal	AccountManagerPlugin	normal	fixed	tests	mgood, coderanger	0.11
