1 |
# Copyright (c) 2002 by Intevation GmbH |
# Copyright (c) 2002, 2003 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Bernhard Herzog <[email protected]> |
# Bernhard Herzog <[email protected]> |
4 |
# |
# |
200 |
def tearDown(self): |
def tearDown(self): |
201 |
if self.session is not None: |
if self.session is not None: |
202 |
self.session.Destroy() |
self.session.Destroy() |
203 |
|
self.session = None |
204 |
|
|
205 |
def testSingleLayer(self): |
def testSingleLayer(self): |
206 |
"""Load a session with a single map with a single layer""" |
"""Load a session with a single map with a single layer""" |