Create unit tests for query related methods
This commit is contained in:
parent
a74efe45bb
commit
532b9d5490
4 changed files with 140 additions and 0 deletions
13
tests/samples/row/cmus-remote-output-player-row.txt
Normal file
13
tests/samples/row/cmus-remote-output-player-row.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
set aaa_mode all
|
||||
set continue true
|
||||
set play_library false
|
||||
set play_sorted true
|
||||
set replaygain disabled
|
||||
set replaygain_limit true
|
||||
set replaygain_preamp 0.000000
|
||||
set repeat true
|
||||
set repeat_current false
|
||||
set shuffle off
|
||||
set softvol false
|
||||
set vol_left 17
|
||||
set vol_right 17
|
30
tests/samples/row/cmus-remote-output-row.txt
Normal file
30
tests/samples/row/cmus-remote-output-row.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
status playing
|
||||
file /mnt/Data/Music/FLAC/Taylor Swift/Taylor Swift - Speak Now/12 - Haunted.mp3
|
||||
duration 242
|
||||
position 34
|
||||
tag artist Taylor Swift
|
||||
tag album Speak Now
|
||||
tag title Haunted
|
||||
tag date 2010
|
||||
tag genre Pop
|
||||
tag discnumber 1
|
||||
tag tracknumber 12
|
||||
tag albumartist Taylor Swift
|
||||
tag replaygain_track_gain -11.3 dB
|
||||
tag composer Taylor Swift
|
||||
tag label Big Machine Records, LLC
|
||||
tag publisher Big Machine Records, LLC
|
||||
tag bpm 162
|
||||
set aaa_mode all
|
||||
set continue true
|
||||
set play_library false
|
||||
set play_sorted true
|
||||
set replaygain disabled
|
||||
set replaygain_limit true
|
||||
set replaygain_preamp 0.000000
|
||||
set repeat true
|
||||
set repeat_current false
|
||||
set shuffle off
|
||||
set softvol false
|
||||
set vol_left 17
|
||||
set vol_right 17
|
17
tests/samples/row/cmus-remote-output-track-row.txt
Normal file
17
tests/samples/row/cmus-remote-output-track-row.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
status playing
|
||||
file /mnt/Data/Music/FLAC/Taylor Swift/Taylor Swift - Speak Now/12 - Haunted.mp3
|
||||
duration 242
|
||||
position 34
|
||||
tag artist Taylor Swift
|
||||
tag album Speak Now
|
||||
tag title Haunted
|
||||
tag date 2010
|
||||
tag genre Pop
|
||||
tag discnumber 1
|
||||
tag tracknumber 12
|
||||
tag albumartist Taylor Swift
|
||||
tag replaygain_track_gain -11.3 dB
|
||||
tag composer Taylor Swift
|
||||
tag label Big Machine Records, LLC
|
||||
tag publisher Big Machine Records, LLC
|
||||
tag bpm 162
|
Loading…
Add table
Add a link
Reference in a new issue