Skip to content

Commit

Permalink
Fix stats by categories tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 8, 2017
1 parent e9fd409 commit 4ca972a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3490,6 +3490,10 @@ tests:
OUTPUT:
name: expected/stats_by_cat_float.gml
type: vector
pk: name
compare:
fields:
fid: skip

- algorithm: qgis:statisticsbycategories
name: Stats by cat (string field)
Expand All @@ -3504,6 +3508,10 @@ tests:
OUTPUT:
name: expected/stats_by_cat_string.gml
type: vector
pk: intval
compare:
fields:
fid: skip

- algorithm: qgis:statisticsbycategories
name: Stats by cat (two category fields)
Expand All @@ -3519,6 +3527,12 @@ tests:
OUTPUT:
name: expected/stats_by_cat_two_fields.gml
type: vector
pk:
- intval
- name
compare:
fields:
fid: skip

- algorithm: qgis:statisticsbycategories
name: Stats by cat (no value field)
Expand All @@ -3533,6 +3547,12 @@ tests:
OUTPUT:
name: expected/stats_by_cat_no_value.gml
type: vector
pk:
- intval
- name
compare:
fields:
fid: skip

- algorithm: qgis:statisticsbycategories
name: Stats by cat (date field)
Expand All @@ -3547,3 +3567,7 @@ tests:
OUTPUT:
name: expected/stats_by_cat_date.gml
type: vector
pk: date
compare:
fields:
fid: skip

0 comments on commit 4ca972a

Please sign in to comment.