summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-02-29 15:08:22 +0000
committerBastien Nocera <hadess@hadess.net>2008-02-29 15:08:22 +0000
commit343b7b9a9304c322b3fc7dc60057de233f6e6662 (patch)
treebcea91cfb9804e213c2eefb08c289219a6d6b4b2 /tests
parentb8c047ed6703946a301b16106f5a631f4f892182 (diff)
downloadshared-mime-info-343b7b9a9304c322b3fc7dc60057de233f6e6662.tar.gz
2008-02-29 Bastien Nocera <hadess@hadess.net>
* freedesktop.org.xml.in: Add mime-type for SMAF, XMF and iMelody ringtones, and MRML "playlist" type * tests/list: * tests/playlist.mrl: * tests/ringtone.ime: * tests/ringtone.mmf: Add tests for the above minus XMF
Diffstat (limited to 'tests')
-rw-r--r--tests/list12
-rw-r--r--tests/playlist.mrl6
-rw-r--r--tests/ringtone.ime5
-rw-r--r--tests/ringtone.mmfbin0 -> 11303 bytes
4 files changed, 20 insertions, 3 deletions
diff --git a/tests/list b/tests/list
index 961fa74a..c9b16395 100644
--- a/tests/list
+++ b/tests/list
@@ -1,4 +1,4 @@
-# image formats supported by the Gimp or gdk-pixbuf
+# Images
test.bmp image/bmp
test.cel image/x-cel xxx
test.dcm application/dicom
@@ -31,7 +31,7 @@ test.xwd image/x-xwindowdump ox
# Copied from http://djvu.org/resources/
2001_compression_overview.djvu image/vnd.djvu
-# document formats supported by Openoffice.org
+# Documents
ooo-6.0.doc application/msword
ooo-95.doc application/msword
ooo.doc application/msword
@@ -43,7 +43,7 @@ ooo.vor application/vnd.stardivision.writer
ooo-xp.doc application/msword
office.doc application/msword ox
-# Playlist formats supported by Totem
+# Playlist, subtitle and audio formats
stream.nsc application/x-netshow-channel
stream.sdp application/sdp x
playlist.asx audio/x-ms-asx
@@ -62,6 +62,12 @@ subtitle-mpsub.sub text/x-mpsub x
subtitle.ssa text/x-ssa
# Copied from http://wiki.videolan.org/SubViewer
subtitle-subviewer.sub text/x-subviewer x
+# Copied from http://zano6.home.att.net/Ringer/Ball_Game.ime
+ringtone.ime text/x-iMelody
+# Copied from http://smaf-yamaha.com/develop/smpl/J-Walk.mmf
+ringtone.mmf application/x-smaf
+# Copied from http://smaf-yamaha.com/what/demo/chlist.mrl
+playlist.mrl text/x-mrml
# text
text-iso8859-15.txt text/plain ox
diff --git a/tests/playlist.mrl b/tests/playlist.mrl
new file mode 100644
index 00000000..c834db8f
--- /dev/null
+++ b/tests/playlist.mrl
@@ -0,0 +1,6 @@
+<mrml version="1.0">
+<base src="http://smaf-yamaha.com/what/demo/">
+ <anchor src="all.mrl" title="SMAF Demos"/>
+ <anchor src="all2.mrl" title="SMAF SCAS Sample"/>
+</base>
+</mrml>
diff --git a/tests/ringtone.ime b/tests/ringtone.ime
new file mode 100644
index 00000000..6381c0e7
--- /dev/null
+++ b/tests/ringtone.ime
@@ -0,0 +1,5 @@
+BEGIN:IMELODY
+VERSION:1.2
+FORMAT:CLASS1.0
+MELODY:*3c2c3*3a3*3g3*3e3*3g2.*3d2.*3c2c3*3a3*3g3*3e3*3g1.r2
+END:IMELODY
diff --git a/tests/ringtone.mmf b/tests/ringtone.mmf
new file mode 100644
index 00000000..6e7cc201
--- /dev/null
+++ b/tests/ringtone.mmf
Binary files differ