mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Project Check (DirManager::ProjectFSCK) test projects
This commit is contained in:
parent
50ea5acf27
commit
66d04c6cc9
17
tests/Project Check tests/missing_aliased_and_auf_files.aup
Normal file
17
tests/Project Check tests/missing_aliased_and_auf_files.aup
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" standalone="no" ?>
|
||||
<!DOCTYPE project PUBLIC "-//audacityproject-1.3.0//DTD//EN" "http://audacity.sourceforge.net/xml/audacityproject-1.3.0.dtd" >
|
||||
<project xmlns="http://audacity.sourceforge.net/xml/" projname="missing_aliased_and_auf_files_data" version="1.3.0" audacityversion="1.3.13-alpha-Aug 10 2010" sel0="0.0000000000" sel1="0.0000000000" vpos="0" h="0.0000000000" zoom="819.0000000000" rate="44100">
|
||||
<tags>
|
||||
<tag name="id3v2" value="1"/>
|
||||
</tags>
|
||||
<wavetrack name="pluck" channel="2" linked="0" mute="0" solo="0" height="150" minimized="0" rate="44100" gain="1" pan="0">
|
||||
<waveclip offset="0.00000000">
|
||||
<sequence maxsamples="262144" sampleformat="262159" numsamples="44100">
|
||||
<waveblock start="0">
|
||||
<pcmaliasblockfile summaryfile="e0000069.auf" aliasfile="missing_aliased.wav" aliasstart="0" aliaslen="44100" aliaschannel="0" min="-0.80014" max="0.783508" rms="0.072105"/>
|
||||
</waveblock>
|
||||
</sequence>
|
||||
<envelope numpoints="0"/>
|
||||
</waveclip>
|
||||
</wavetrack>
|
||||
</project>
|
17
tests/Project Check tests/missing_blockfile.aup
Normal file
17
tests/Project Check tests/missing_blockfile.aup
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" standalone="no" ?>
|
||||
<!DOCTYPE project PUBLIC "-//audacityproject-1.3.0//DTD//EN" "http://audacity.sourceforge.net/xml/audacityproject-1.3.0.dtd" >
|
||||
<project xmlns="http://audacity.sourceforge.net/xml/" projname="missing_blockfile_data" version="1.3.0" audacityversion="1.3.13-alpha-Aug 10 2010" sel0="0.0000000000" sel1="1.0000000000" vpos="0" h="0.0000000000" zoom="819.0000000000" rate="44100">
|
||||
<tags>
|
||||
<tag name="id3v2" value="1"/>
|
||||
</tags>
|
||||
<wavetrack name="Audio Track" channel="2" linked="0" mute="0" solo="0" height="150" minimized="0" rate="44100" gain="1" pan="0">
|
||||
<waveclip offset="0.00000000">
|
||||
<sequence maxsamples="262144" sampleformat="262159" numsamples="44100">
|
||||
<waveblock start="0">
|
||||
<simpleblockfile filename="e0000a85.au" len="44100" min="-0.8" max="0.78361" rms="0.072105"/>
|
||||
</waveblock>
|
||||
</sequence>
|
||||
<envelope numpoints="0"/>
|
||||
</waveclip>
|
||||
</wavetrack>
|
||||
</project>
|
17
tests/Project Check tests/orphaned_blockfiles.aup
Normal file
17
tests/Project Check tests/orphaned_blockfiles.aup
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" standalone="no" ?>
|
||||
<!DOCTYPE project PUBLIC "-//audacityproject-1.3.0//DTD//EN" "http://audacity.sourceforge.net/xml/audacityproject-1.3.0.dtd" >
|
||||
<project xmlns="http://audacity.sourceforge.net/xml/" projname="orphaned_blockfiles_data" version="1.3.0" audacityversion="1.3.13-alpha-Aug 10 2010" sel0="0.0000000000" sel1="1.0000000000" vpos="0" h="0.0000000000" zoom="819.0000000000" rate="44100">
|
||||
<tags>
|
||||
<tag name="id3v2" value="1"/>
|
||||
</tags>
|
||||
<wavetrack name="Audio Track" channel="2" linked="0" mute="0" solo="0" height="150" minimized="0" rate="44100" gain="1" pan="0">
|
||||
<waveclip offset="0.00000000">
|
||||
<sequence maxsamples="262144" sampleformat="262159" numsamples="44100">
|
||||
<waveblock start="0">
|
||||
<simpleblockfile filename="e000055a.au" len="44100" min="-0.8" max="0.78361" rms="0.072105"/>
|
||||
</waveblock>
|
||||
</sequence>
|
||||
<envelope numpoints="0"/>
|
||||
</waveclip>
|
||||
</wavetrack>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
12
tests/Project Check tests/readme.txt
Normal file
12
tests/Project Check tests/readme.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Audacity Test Files for Project Check (DirManager::ProjectFSCK)
|
||||
Vaughan Johnson
|
||||
2010-08-10
|
||||
|
||||
Currently, DirManager::ProjectFSCK() checks for 4 types of errors.
|
||||
|
||||
These projects will generate those errors (2 types in missing_aliased_and_auf_files.aup).
|
||||
|
||||
Of course, when you open them, if you choose anything but "Close
|
||||
immediately..." or "Temporarily...", you'll "fix" them and they won't be
|
||||
tests next time.
|
||||
|
Loading…
x
Reference in New Issue
Block a user