Skip to content
Permalink
Browse files
Fix stats by categories tests on Travis
  • Loading branch information
nyalldawson committed Sep 8, 2017
1 parent e9fd409 commit 4ca972a
Showing 1 changed file with 24 additions and 0 deletions.
@@ -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)
@@ -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)
@@ -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)
@@ -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)
@@ -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.