Skip to content

Commit

Permalink
Update I18nTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
umajeric committed Feb 22, 2014
1 parent 46455eb commit ff513be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/test/java/gherkin/I18nTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public String map(I18n i18n) {
return i18n.getIsoCode();
}
});
assertEquals(asList("ar,bg,bm,ca,cs,cy-GB,da,de,el,en,en-Scouse,en-au,en-lol,en-old,en-pirate,en-tx,eo,es,et,fa,fi,fr,gl,he,hi,hr,hu,id,is,it,ja,kn,ko,lt,lu,lv,nl,no,pa,pl,pt,ro,ru,sk,sr-Cyrl,sr-Latn,sv,th,tl,tr,tt,uk,uz,vi,zh-CN,zh-TW".split(",")), isoCodes);
assertEquals(asList("ar,bg,bm,ca,cs,cy-GB,da,de,el,en,en-Scouse,en-au,en-lol,en-old,en-pirate,en-tx,eo,es,et,fa,fi,fr,gl,he,hi,hr,hu,id,is,it,ja,kn,ko,lt,lu,lv,nl,no,pa,pl,pt,ro,ru,sk,sl,sr-Cyrl,sr-Latn,sv,th,tl,tr,tt,uk,uz,vi,zh-CN,zh-TW".split(",")), isoCodes);
}

@Test
Expand Down

0 comments on commit ff513be

Please sign in to comment.