tests: remove assertion for '!uncertain' on .txt
authorRyan Lortie <desrt@desrt.ca>
Thu, 12 Sep 2013 18:38:08 +0000 (14:38 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 12 Sep 2013 18:40:24 +0000 (14:40 -0400)
commit5a11019034f68dc5522935d447d71593140f5210
tree8f97ebde80cc991c99e9d03117a3b39dd67d1112
parentac8b7ba9250a55f0fe8fcad16cb6e9e4f60c6946
tests: remove assertion for '!uncertain' on .txt

Virtaal installs a mime package for various .po-like file formats, one
of which has the extension .txt.  This causes GLib to report ".txt"
files still as "text/plain" but no longer with complete certainty.

The result is that asserting !uncertain during the testsuite causes the
test to fail if Virtaal happens to be installed.

Remove this assertion.
gio/tests/contenttype.c