examples/test-sndfile-metadata-set.py : Update test to use --str-title instead of -str-name.

This commit is contained in:
Erik de Castro Lopo 2008-09-14 18:01:00 +10:00
parent ba4fe7ae2c
commit 7eef4ad4f8
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 ()