Skip to content

Commit

Permalink
update taxonomy and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed May 27, 2019
1 parent 50c1258 commit 7831a04
Show file tree
Hide file tree
Showing 6 changed files with 2,321 additions and 832 deletions.
4 changes: 2 additions & 2 deletions t/ingredients.t
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ $expected_product_ref =
'en:milk-proteins',
'en:wheat-flour',
'en:cereal',
'en:wheat',
'en:cereal-flour',
'en:wheat',
'en:sugar',
'en:egg',
'en:glucose-fructose-syrup',
Expand Down Expand Up @@ -639,8 +639,8 @@ $expected_product_ref =
'en:milk-proteins',
'en:wheat-flour',
'en:cereal',
'en:wheat',
'en:cereal-flour',
'en:wheat',
'en:sugar',
'en:egg',
'en:glucose-fructose-syrup',
Expand Down
6 changes: 3 additions & 3 deletions t/tags.t
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ my @tags = ();

is_deeply (\@tags, [
'en:fruit',
'en:fruit-juice',
'en:citrus-fruit',
'en:fruit-juice',
'en:salt',
'en:sugar',
'en:orange',
'en:sugar',
'en:orange-juice',
'en:concentrated-orange-juice'
]
Expand All @@ -308,8 +308,8 @@ foreach my $tag (@tags) {
is_deeply (\@tags, [
'en:concentrated-orange-juice',
'en:fruit',
'en:fruit-juice',
'en:citrus-fruit',
'en:fruit-juice',
'en:orange',
'en:orange-juice',
'en:sugar',
Expand Down
Binary file modified taxonomies/ingredients.result.sto
Binary file not shown.
Loading

0 comments on commit 7831a04

Please sign in to comment.