summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2011-12-04 20:29:53 -0500
committerR. Bernstein <rocky@gnu.org>2011-12-04 20:29:53 -0500
commit8d43aaca4db91ce2142fb43e1a8b407db75dbf9b (patch)
treede8efcbe065ae19ed1161c23fda2c26d92578a2c /test
parent6183d10207c6d3dd82cff68c9f9f468206767ac8 (diff)
Patch from Leon Merten Lohse: Correct the length of the CD-TEXT block.
Diffstat (limited to 'test')
-rw-r--r--test/cdtext.right6
-rw-r--r--test/check_cue.sh.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/test/cdtext.right b/test/cdtext.right
index 2cdc6e3d..9e35c021 100644
--- a/test/cdtext.right
+++ b/test/cdtext.right
@@ -4,9 +4,9 @@ Disc mode is listed as: CD-DA
CD-ROM Track List (1 - 3)
#: MSF LSN Type Green? Copy? Channels Premphasis?
1: 00:02:00 000000 audio false no 2 no
- 2: 00:04:00 000150 audio false no 2 no
- 3: 00:06:00 000300 audio false no 2 no
-170: 00:05:56 000281 leadout (645 KB raw, 645 KB formatted)
+ 2: 00:06:00 000300 audio false no 2 no
+ 3: 00:10:00 000600 audio false no 2 no
+170: 00:14:06 000906 leadout (2 MB raw, 2 MB formatted)
Media Catalog Number (MCN): not available
Last CD Session LSN: not supported by drive/driver
audio status: not implemented
diff --git a/test/check_cue.sh.in b/test/check_cue.sh.in
index 700d455e..e408803e 100644
--- a/test/check_cue.sh.in
+++ b/test/check_cue.sh.in
@@ -52,8 +52,8 @@ if test -f ${srcdir}/data/${fname}.bin ; then
opts="--quiet --no-device-info --cue-file ${srcdir}/data/${fname}.cue --no-cddb"
cp ${srcdir}/data/${fname}.cdt ${srcdir}/${fname}.cdt
test_cdinfo "$opts" ${fname}.dump ${srcdir}/${fname}.right
- rm ${srcdir}/${fname}.cdt
RC=$?
+ rm ${srcdir}/${fname}.cdt
check_result $RC "cd-info CD-Text CUE test $testnum" "${CD_INFO} $opts"
else
echo "Don't see CD-Text file ${srcdir}/data/${fname}.cdt. Test $testnum skipped."