diff options
author | Robin Nehls <nehls@mi.fu-berlin.de> | 2010-01-22 18:55:14 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:45 +0100 |
commit | 3a8686408b5b06e45b233c8acdf8fc23e9e5a4eb (patch) | |
tree | 9197aaee4eeb4dffa18ea5a7e4ceaaf2230195a4 /test/testdata | |
parent | c2b751f45721e9dabe5c1dc59a536cb537aaa9b5 (diff) | |
download | usdx-3a8686408b5b06e45b233c8acdf8fc23e9e5a4eb.tar.gz usdx-3a8686408b5b06e45b233c8acdf8fc23e9e5a4eb.tar.xz usdx-3a8686408b5b06e45b233c8acdf8fc23e9e5a4eb.zip |
Added exeptiontests for songs with missing required headerfields.
Diffstat (limited to 'test/testdata')
-rw-r--r-- | test/testdata/.testsong_correct.txt.swp | bin | 12288 -> 0 bytes | |||
-rwxr-xr-x | test/testdata/testsong_missing_artist.txt | 26 | ||||
-rwxr-xr-x | test/testdata/testsong_missing_bpm.txt | 26 | ||||
-rwxr-xr-x | test/testdata/testsong_missing_mp3.txt | 26 | ||||
-rwxr-xr-x | test/testdata/testsong_missing_title.txt | 26 |
5 files changed, 104 insertions, 0 deletions
diff --git a/test/testdata/.testsong_correct.txt.swp b/test/testdata/.testsong_correct.txt.swp Binary files differdeleted file mode 100644 index 69be88a7..00000000 --- a/test/testdata/.testsong_correct.txt.swp +++ /dev/null diff --git a/test/testdata/testsong_missing_artist.txt b/test/testdata/testsong_missing_artist.txt new file mode 100755 index 00000000..0797c2a3 --- /dev/null +++ b/test/testdata/testsong_missing_artist.txt @@ -0,0 +1,26 @@ +#TITLE:Test Title
+#MP3:Test.mp3
+#BPM:42.23
+#GAP:10
+#BACKGROUND:Test[BG].jpg
+#COVER:Test[CO].jpg
+#GENRE:Test Genre
+#RELATIVE:no
+#EDITION:Test Edition
+#LANGUAGE:Cpp
+#VIDEO:Test[VD#12,3].mkv
+#VIDEOGAP:0
+#START:0
+#CREATOR:Test0r
+#YEAR:7
+#END:666
+#NOTESGAP:0
+#ENCODEING:UTF-8
+: 1 1 10 Test
+: 2 2 11 söng
+: 4 3 12 in
+- 11
+: 14 4 13 Pro
+: 18 5 14 gress
+: 23 6 15 ! ! 1 !
+E
diff --git a/test/testdata/testsong_missing_bpm.txt b/test/testdata/testsong_missing_bpm.txt new file mode 100755 index 00000000..a9089525 --- /dev/null +++ b/test/testdata/testsong_missing_bpm.txt @@ -0,0 +1,26 @@ +#TITLE:Test Title
+#ARTIST:Test Ärtist
+#MP3:Test.mp3
+#GAP:10
+#BACKGROUND:Test[BG].jpg
+#COVER:Test[CO].jpg
+#GENRE:Test Genre
+#RELATIVE:no
+#EDITION:Test Edition
+#LANGUAGE:Cpp
+#VIDEO:Test[VD#12,3].mkv
+#VIDEOGAP:0
+#START:0
+#CREATOR:Test0r
+#YEAR:7
+#END:666
+#NOTESGAP:0
+#ENCODEING:UTF-8
+: 1 1 10 Test
+: 2 2 11 söng
+: 4 3 12 in
+- 11
+: 14 4 13 Pro
+: 18 5 14 gress
+: 23 6 15 ! ! 1 !
+E
diff --git a/test/testdata/testsong_missing_mp3.txt b/test/testdata/testsong_missing_mp3.txt new file mode 100755 index 00000000..61be16fb --- /dev/null +++ b/test/testdata/testsong_missing_mp3.txt @@ -0,0 +1,26 @@ +#TITLE:Test Title
+#ARTIST:Test Ärtist
+#BPM:42.23
+#GAP:10
+#BACKGROUND:Test[BG].jpg
+#COVER:Test[CO].jpg
+#GENRE:Test Genre
+#RELATIVE:no
+#EDITION:Test Edition
+#LANGUAGE:Cpp
+#VIDEO:Test[VD#12,3].mkv
+#VIDEOGAP:0
+#START:0
+#CREATOR:Test0r
+#YEAR:7
+#END:666
+#NOTESGAP:0
+#ENCODEING:UTF-8
+: 1 1 10 Test
+: 2 2 11 söng
+: 4 3 12 in
+- 11
+: 14 4 13 Pro
+: 18 5 14 gress
+: 23 6 15 ! ! 1 !
+E
diff --git a/test/testdata/testsong_missing_title.txt b/test/testdata/testsong_missing_title.txt new file mode 100755 index 00000000..e9f8dc5c --- /dev/null +++ b/test/testdata/testsong_missing_title.txt @@ -0,0 +1,26 @@ +#ARTIST:Test Ärtist
+#MP3:Test.mp3
+#BPM:42.23
+#GAP:10
+#BACKGROUND:Test[BG].jpg
+#COVER:Test[CO].jpg
+#GENRE:Test Genre
+#RELATIVE:no
+#EDITION:Test Edition
+#LANGUAGE:Cpp
+#VIDEO:Test[VD#12,3].mkv
+#VIDEOGAP:0
+#START:0
+#CREATOR:Test0r
+#YEAR:7
+#END:666
+#NOTESGAP:0
+#ENCODEING:UTF-8
+: 1 1 10 Test
+: 2 2 11 söng
+: 4 3 12 in
+- 11
+: 14 4 13 Pro
+: 18 5 14 gress
+: 23 6 15 ! ! 1 !
+E
|