diff options
| author | 2013-01-05 18:29:53 +0000 | |
|---|---|---|
| committer | 2013-01-05 18:29:53 +0000 | |
| commit | a77655df862af901f1367fca804cff6294eaaa7b (patch) | |
| tree | b83630fcce61cdd5336ed62e1f5f37f6e7511ba1 /src/regtests | |
| parent | 0b9ef21c00a50462b90e741bf1ac0bcde3227c73 (diff) | |
recreated all files for the chdman unittest / added test for TOC input (nw)
Diffstat (limited to 'src/regtests')
| -rw-r--r-- | src/regtests/chdman/input/createcd_cue_empty/in.bin | bin | 1245184 -> 1430016 bytes | |||
| -rw-r--r-- | src/regtests/chdman/input/createcd_cue_empty/in.cue | 3 | ||||
| -rw-r--r-- | src/regtests/chdman/input/createcd_iso_empty/in.iso | bin | 1245184 -> 1245184 bytes | |||
| -rw-r--r-- | src/regtests/chdman/input/createcd_toc_empty/data.bin | bin | 0 -> 1488384 bytes | |||
| -rw-r--r-- | src/regtests/chdman/input/createcd_toc_empty/in.toc | 8 | ||||
| -rw-r--r-- | src/regtests/chdman/output/createcd_cue_empty/out.chd | bin | 2279 -> 9558 bytes | |||
| -rw-r--r-- | src/regtests/chdman/output/createcd_iso_empty/out.chd | bin | 2017 -> 2022 bytes | |||
| -rw-r--r-- | src/regtests/chdman/output/createcd_toc_empty/out.chd | bin | 0 -> 46007 bytes |
8 files changed, 10 insertions, 1 deletions
diff --git a/src/regtests/chdman/input/createcd_cue_empty/in.bin b/src/regtests/chdman/input/createcd_cue_empty/in.bin Binary files differindex 0eb74d2e77a..3c80d90ff2c 100644 --- a/src/regtests/chdman/input/createcd_cue_empty/in.bin +++ b/src/regtests/chdman/input/createcd_cue_empty/in.bin diff --git a/src/regtests/chdman/input/createcd_cue_empty/in.cue b/src/regtests/chdman/input/createcd_cue_empty/in.cue index ad7dcbb209b..699b6ead101 100644 --- a/src/regtests/chdman/input/createcd_cue_empty/in.cue +++ b/src/regtests/chdman/input/createcd_cue_empty/in.cue @@ -1,3 +1,4 @@ FILE "in.bin" BINARY TRACK 01 MODE1/2352 - INDEX 01 00:00:00
\ No newline at end of file + INDEX 01 00:00:00 + REM LEAD-OUT 00:08:08 diff --git a/src/regtests/chdman/input/createcd_iso_empty/in.iso b/src/regtests/chdman/input/createcd_iso_empty/in.iso Binary files differindex af40397d87a..ec1c5b8dcdc 100644 --- a/src/regtests/chdman/input/createcd_iso_empty/in.iso +++ b/src/regtests/chdman/input/createcd_iso_empty/in.iso diff --git a/src/regtests/chdman/input/createcd_toc_empty/data.bin b/src/regtests/chdman/input/createcd_toc_empty/data.bin Binary files differnew file mode 100644 index 00000000000..41757946af7 --- /dev/null +++ b/src/regtests/chdman/input/createcd_toc_empty/data.bin diff --git a/src/regtests/chdman/input/createcd_toc_empty/in.toc b/src/regtests/chdman/input/createcd_toc_empty/in.toc new file mode 100644 index 00000000000..5f5e42da1b7 --- /dev/null +++ b/src/regtests/chdman/input/createcd_toc_empty/in.toc @@ -0,0 +1,8 @@ +CD_ROM + + +// Track 1 +TRACK MODE1_RAW RW_RAW +NO COPY +DATAFILE "data.bin" 00:08:08 // length in bytes: 1488384 + diff --git a/src/regtests/chdman/output/createcd_cue_empty/out.chd b/src/regtests/chdman/output/createcd_cue_empty/out.chd Binary files differindex 8871f29e984..f8d3b6cf38d 100644 --- a/src/regtests/chdman/output/createcd_cue_empty/out.chd +++ b/src/regtests/chdman/output/createcd_cue_empty/out.chd diff --git a/src/regtests/chdman/output/createcd_iso_empty/out.chd b/src/regtests/chdman/output/createcd_iso_empty/out.chd Binary files differindex a6b8d38890e..38ec5d5bb73 100644 --- a/src/regtests/chdman/output/createcd_iso_empty/out.chd +++ b/src/regtests/chdman/output/createcd_iso_empty/out.chd diff --git a/src/regtests/chdman/output/createcd_toc_empty/out.chd b/src/regtests/chdman/output/createcd_toc_empty/out.chd Binary files differnew file mode 100644 index 00000000000..ada82c7ed8d --- /dev/null +++ b/src/regtests/chdman/output/createcd_toc_empty/out.chd |
