Parent Directory
|
Revision Log
|
Patch
revision 1599 by bh, Mon Aug 18 12:45:28 2003 UTC | revision 1681 by bh, Thu Aug 28 14:37:36 2003 UTC | |
---|---|---|
# | Line 48 class TestLayer(unittest.TestCase, suppo | Line 48 class TestLayer(unittest.TestCase, suppo |
48 | ||
49 | def tearDown(self): | def tearDown(self): |
50 | """Call the layer's Destroy method and set session and layer to None""" | """Call the layer's Destroy method and set session and layer to None""" |
51 | self.session.Destroy() | |
52 | self.session = None | self.session = None |
53 | if self.layer is not None: | if self.layer is not None: |
54 | self.layer.Destroy() | self.layer.Destroy() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |