Skip to content

Commit 73d6058

Browse files
committedSep 25, 2017
ignore crs for network analysis tests
1 parent 745111d commit 73d6058

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,6 +2522,8 @@ tests:
25222522
OUTPUT:
25232523
name: expected/shortest.gml
25242524
type: vector
2525+
compare:
2526+
ignore_crs_check: true
25252527

25262528
- algorithm: qgis:shortestpathpointtopoint
25272529
name: Shortest path (point to point, fastest route)
@@ -2543,6 +2545,8 @@ tests:
25432545
OUTPUT:
25442546
name: expected/fastest.gml
25452547
type: vector
2548+
compare:
2549+
ignore_crs_check: true
25462550

25472551
- algorithm: qgis:serviceareafrompoint
25482552
name: Service area (from point, shortest)
@@ -2563,6 +2567,8 @@ tests:
25632567
OUTPUT:
25642568
name: expected/service_area.gml
25652569
type: vector
2570+
compare:
2571+
ignore_crs_check: true
25662572

25672573
- algorithm: qgis:createattributeindex
25682574
name: Create attribute index

0 commit comments

Comments
 (0)
Please sign in to comment.