Skip to content

Commit

Permalink
Update GTK glade mimetype to newer name
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 4, 2017
1 parent b317c9c commit 010a8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-mime.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_get_type2(self):
self.check_mimetype(Mime.get_type2(example_file('word.doc')), 'application', 'msword')

# Ambiguous file extension
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')
self.check_mimetype(Mime.get_type2(example_file('qtdesigner.ui')), 'application', 'x-designer')

# text/x-python has greater weight than text/x-readme
Expand Down

0 comments on commit 010a8ed

Please sign in to comment.