Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ignore crs for network analysis tests
  • Loading branch information
alexbruy committed Sep 25, 2017
1 parent 745111d commit 73d6058
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -2522,6 +2522,8 @@ tests:
OUTPUT:
name: expected/shortest.gml
type: vector
compare:
ignore_crs_check: true

- algorithm: qgis:shortestpathpointtopoint
name: Shortest path (point to point, fastest route)
Expand All @@ -2543,6 +2545,8 @@ tests:
OUTPUT:
name: expected/fastest.gml
type: vector
compare:
ignore_crs_check: true

- algorithm: qgis:serviceareafrompoint
name: Service area (from point, shortest)
Expand All @@ -2563,6 +2567,8 @@ tests:
OUTPUT:
name: expected/service_area.gml
type: vector
compare:
ignore_crs_check: true

- algorithm: qgis:createattributeindex
name: Create attribute index
Expand Down

0 comments on commit 73d6058

Please sign in to comment.