Skip to content

Commit

Permalink
fix-dim
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Brunner committed Aug 8, 2013
1 parent eecadff commit 57a4d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tilecloud_chain/tests/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ def test_test_all(self, l):
)
l.check()

@attr(test_dimentions=True)
@attr(test_dimensions=True)
@attr(general=True)
@log_capture('tilecloud_chain', level=30)
def test_test_dimentions(self, l):
def test_test_dimensions(self, l):
for d in ('-d', ''):
self.assert_tiles_generated(
cmd='./buildout/bin/generate_tiles %s -c tilegeneration/test-nosns.yaml -t 1 '
'--dimentions DATE=2013' % d,
'--dimensions DATE=2013' % d,
main_func=generate.main,
directory="/tmp/tiles/",
tiles_pattern='1.0.0/%s/default/2013/swissgrid_5/%i/%i/%i.png',
Expand Down

0 comments on commit 57a4d77

Please sign in to comment.