We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b317c9c commit 010a8edCopy full SHA for 010a8ed
test/test-mime.py
@@ -90,7 +90,7 @@ def test_get_type2(self):
90
self.check_mimetype(Mime.get_type2(example_file('word.doc')), 'application', 'msword')
91
92
# Ambiguous file extension
93
- self.check_mimetype(Mime.get_type2(example_file('glade.ui')), 'application', 'x-glade')
+ self.check_mimetype(Mime.get_type2(example_file('glade.ui')), 'application', 'x-gtk-builder')
94
self.check_mimetype(Mime.get_type2(example_file('qtdesigner.ui')), 'application', 'x-designer')
95
96
# text/x-python has greater weight than text/x-readme
0 commit comments