summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2017-07-04 11:47:28 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2017-07-04 11:47:28 +0100
commit010a8ed8ab4a95f2203f9e55a140b27276dca8fb (patch)
tree63e22e6cca18b35f7c4d4f1c604dae1d7876add2
parentb317c9cf7151ebaa851dcc1999c13bcf5b86dfae (diff)
Update GTK glade mimetype to newer name
-rw-r--r--test/test-mime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-mime.py b/test/test-mime.py
index 9366897..9d97edd 100644
--- a/test/test-mime.py
+++ b/test/test-mime.py
@@ -90,7 +90,7 @@ class MimeTest(MimeTestBase):
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