mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
examples/test-sndfile-metadata-set.py : Update test to use --str-title instead of -str-name.
This commit is contained in:
parent
ba4fe7ae2c
commit
7eef4ad4f8
@ -1,3 +1,8 @@
|
||||
2008-09-14 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* examples/sndfile-metadata-set.c
|
||||
Clean up handling of bext command line params.
|
||||
|
||||
2008-09-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/w64.c
|
||||
|
@ -121,7 +121,7 @@ test_copy ()
|
||||
tests = [
|
||||
("--bext-description", "Alpha"), ("--bext-originator", "Beta"), ("--bext-orig-ref", "Charlie"),
|
||||
("--bext-umid", "Delta"), ("--bext-orig-date", "2001-10-01"), ("--bext-orig-time", "01:02:03"),
|
||||
("--str-name", "Echo"), ("--str-artist", "Fox trot")
|
||||
("--str-title", "Echo"), ("--str-artist", "Fox trot")
|
||||
]
|
||||
|
||||
test_auto_date ()
|
||||
|
Loading…
Reference in New Issue
Block a user