97 |
("jointable", "right"), |
("jointable", "right"), |
98 |
("derivedshapesource", "table"), |
("derivedshapesource", "table"), |
99 |
("derivedshapesource", "shapesource")]] |
("derivedshapesource", "shapesource")]] |
100 |
filenames = [((dtd, n), (None, m)) for n, m in |
|
101 |
[("fileshapesource", "filename"), |
# The filenames in the tests should be understandable on all |
102 |
("rasterlayer", "filename"), |
# currently supported platforms so filenames is an empty list |
103 |
("filetable", "filename")]] |
filenames = [] |
104 |
|
|
105 |
del n, m, dtd |
del n, m, dtd |
106 |
|
|
107 |
def check_format(self): |
def check_format(self): |