[Zope-CVS] CVS: Packages/JobBoardEx/tests - testJobList.py:1.5
Jeremy Hylton
jeremy@zope.com
Wed, 20 Mar 2002 11:46:18 -0500
Update of /cvs-repository/Packages/JobBoardEx/tests
In directory cvs.zope.org:/tmp/cvs-serv11246/tests
Modified Files:
testJobList.py
Log Message:
Change from accessor methods to attributes.
=== Packages/JobBoardEx/tests/testJobList.py 1.4 => 1.5 ===
self.id = id
- def getState(self):
- return self.state
-
- def getId(self):
- return self.id
-
class JobListTests(unittest.TestCase):
def setUp(self):