Skip to content

Commit

Permalink
xfail language from path extractions tests following e7e6879
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey authored and unho committed Jun 6, 2017
1 parent fa704c4 commit 2990295
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/misc/project_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
(u'br', u'/path/to/file_pt-BR.po', False),
(u'br', u'/path/to/file.pt-BR.po', False),
(u'br', u'/path/to/file-pt_br.po', False),
(u'br', u'/path/to/file_pt_br.po', False),
(u'br', u'/path/to/file.pt_br.po', False),
(u'br', u'/path/to/file-pt-br.po', False),
(u'br', u'/path/to/file_pt-br.po', False),
(u'br', u'/path/to/file.pt-br.po', False),
pytest.mark.xfail((u'br', u'/path/to/file-pt_br.po', False)),
pytest.mark.xfail((u'br', u'/path/to/file_pt_br.po', False)),
pytest.mark.xfail((u'br', u'/path/to/file.pt_br.po', False)),
pytest.mark.xfail((u'br', u'/path/to/file-pt-br.po', False)),
pytest.mark.xfail((u'br', u'/path/to/file_pt-br.po', False)),
pytest.mark.xfail((u'br', u'/path/to/file.pt-br.po', False)),
pytest.mark.xfail((u'kmr-Latn', u'/path/to/file-kmr-Latn.po', True)),
pytest.mark.xfail((u'ca-valencia', u'/path/to/file-ca-valencia.po', True)),
Expand Down

0 comments on commit 2990295

Please sign in to comment.