Skip to content

Commit

Permalink
Interestingly with new test dataset, kecamatan_geo.shp, all tests pas…
Browse files Browse the repository at this point in the history
…s on shiva (Ubuntu 10.10) but not on shakti (Ubuntu 11.04). Problem lies in save_file_to_geonode.
  • Loading branch information
uniomni committed Aug 29, 2011
1 parent 8086c7a commit 3c7af08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impact/tests/test_geonode_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_layer_upload(self):
# projection (TM3_Zone_48-2) so
# serves as another test for
# issue #40
print

for root, dirs, files in os.walk(datadir):
for filename in files:
basename, extension = os.path.splitext(filename)
Expand Down

0 comments on commit 3c7af08

Please sign in to comment.