Mercurial > p > roundup > code
diff test/test_actions.py @ 2105:44f3c1dd636b
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 24 Mar 2004 05:56:07 +0000 |
| parents | 666402433998 |
| children | a0cfea4e5956 |
line wrap: on
line diff
--- a/test/test_actions.py Wed Mar 24 05:39:47 2004 +0000 +++ b/test/test_actions.py Wed Mar 24 05:56:07 2004 +0000 @@ -159,7 +159,7 @@ self.action = EditItemAction(self.client) self.now = Date('.') # round off for testing - self.now.seconds = int(self.now.seconds) + self.now.second = int(self.now.second) def testLastUserActivity(self): self.assertEqual(self.action.lastUserActivity(), None)
