Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geowurster committed Mar 11, 2015
1 parent 2f7108d commit 0efc60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gj2ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from shapely.geometry import asShape


__version__ = '0.1.2'
__version__ = '0.2.0'
__author__ = 'Kevin Wurster'
__email__ = '[email protected]'
__source__ = 'https://github.com/geowurster/gj2ascii'
Expand Down
6 changes: 1 addition & 5 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@


EXPECTED_LINE_20_WIDE = """
FID: 0
Min X: 256848.263169
Max X: 258243.515542
Expand Down Expand Up @@ -86,7 +85,6 @@
. . . . . . + + . . + . . . . . + + . .
. . . . . . . + + . + . . . . . . + + .
. . . . . . . . + + + . . . . . . . + +
. . . . . . . . . + . . . . . . . . . +
FID: 1
Expand Down Expand Up @@ -150,7 +148,6 @@
. . . . . . . . . . . . . . . . . . + +
. . . . . . . . . . . . . . . . . . . +
. . . . . . . . . . . . . . . . . . . +
. . . . . . . . . . . . . . . . . . . +
FID: 2
Expand Down Expand Up @@ -193,7 +190,7 @@ def test_expected(self):
expected_args = {
EXPECTED_POLYGON_20_WIDE: [
self.poly_file,
'--width', 20,
'--width', '20',
'--value', value,
'--fill', fill,
'--all'
Expand All @@ -204,7 +201,6 @@ def test_expected(self):
'--fill', '.',
'--no-prompt',
'--all-touched',
'--no-prompt',
self.line_file
]
}
Expand Down

0 comments on commit 0efc60a

Please sign in to comment.