NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests.
This commit is contained in:
parent
e8ba5dafc6
commit
771dd6f9ab
45 changed files with 291 additions and 329 deletions
17
api/logic/updater/testdata/tst_DownloadTask-test_writeInstallScript.xml
vendored
Normal file
17
api/logic/updater/testdata/tst_DownloadTask-test_writeInstallScript.xml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
<update version="3">
|
||||
<install>
|
||||
<file>
|
||||
<source>sourceOne</source>
|
||||
<dest>destOne</dest>
|
||||
<mode>0777</mode>
|
||||
</file>
|
||||
<file>
|
||||
<source>MultiMC.exe</source>
|
||||
<dest>M/u/l/t/i/M/C/e/x/e</dest>
|
||||
<mode>0644</mode>
|
||||
</file>
|
||||
</install>
|
||||
<uninstall>
|
||||
<file>toDelete.abc</file>
|
||||
</uninstall>
|
||||
</update>
|
Loading…
Add table
Add a link
Reference in a new issue