Skip to content

Commit

Permalink
Found another reproduction of issue #102
Browse files Browse the repository at this point in the history
  • Loading branch information
uniomni committed Aug 29, 2011
1 parent 91e2b74 commit e87e4b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions impact/tests/test_geonode_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ def test_layer_upload(self):
msg = 'Layer %s was uploaded but not expected' % layer.name
assert layer.name in expected_layers, msg

# Uncomment to reproduce issue #40
# for layer tsunami_max_inundation_depth_bb_utm
# Uncomment to reproduce issue #102
# This may still also reproduce issue #40 for layer
# tsunami_max_inundation_depth_bb_utm
#check_layer(layer, full=True)

for layer_name in expected_layers:
Expand Down

0 comments on commit e87e4b1

Please sign in to comment.