| Previous | 199869 Revisions | Next |
| r20499 Saturday 26th January, 2013 at 18:54:09 UTC by Oliver Stöneberg |
|---|
| added "copy" support to chdtest.py / added some v4 to v5 copy tests |
| [src/regtests/chdman] | chdtest.py |
| [src/regtests/chdman/input/copy_cd_cue_audio_silence_wav_20_tracks_v4] | in.chd* |
| [src/regtests/chdman/input/copy_cd_cue_audio_silence_wav_v4] | in.chd* |
| [src/regtests/chdman/input/copy_cd_cue_empty_v4] | in.chd* |
| [src/regtests/chdman/input/copy_cd_nrg_empty_v4] | in.chd* |
| [src/regtests/chdman/input/copy_cd_toc_empty_v4] | in.chd* |
| [src/regtests/chdman/output/copy_cd_cue_audio_silence_wav_20_tracks_v4] | out.chd* |
| [src/regtests/chdman/output/copy_cd_cue_audio_silence_wav_v4] | out.chd* |
| [src/regtests/chdman/output/copy_cd_cue_empty_v4] | out.chd* |
| [src/regtests/chdman/output/copy_cd_nrg_empty_v4] | out.chd* |
| [src/regtests/chdman/output/copy_cd_toc_empty_v4] | out.chd* |
| r20498 | r20499 | |
|---|---|---|
| 72 | 72 | f.close() |
| 73 | 73 | params = paramsstr.split(" ") |
| 74 | 74 | cmd = [chdmanBin, "createhd", "-f", "-o", tempFile] + params |
| 75 | elif d.startswith("copy"): | |
| 76 | inFile += ".chd" | |
| 77 | cmd = [chdmanBin, "copy", "-f", "-i", inFile, "-o", tempFile] | |
| 75 | 78 | else: |
| 76 | 79 | print "unsupported mode" |
| 77 | 80 | continue |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Added: svn:mime-type + application/octet-stream |
| Previous | 199869 Revisions | Next |