mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-02 04:30:14 +00:00
replace test disk for RDOS 3.3
This commit is contained in:
parent
feed5172e0
commit
b4b947dba7
@ -85,15 +85,23 @@ public class DiskHelperTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testRdos33Boot() throws IOException, DiskException {
|
public void testSsiSave() throws IOException, DiskException {
|
||||||
FormattedDisk[] disks = showDirectory(config.getDiskDir() + "/RDOS_33_boot.dsk"); //$NON-NLS-1$
|
showDirectory(config.getDiskDir() + "/SSIsave.dsk"); //$NON-NLS-1$
|
||||||
assertApplesoftFile(disks[0], "START"); //$NON-NLS-1$
|
|
||||||
assertTextFile(disks[0], "SYSTEMBOOT"); //$NON-NLS-1$
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSsiSave() throws IOException, DiskException {
|
public void testPhanta31() throws IOException, DiskException {
|
||||||
showDirectory(config.getDiskDir() + "/SSIsave.dsk"); //$NON-NLS-1$
|
FormattedDisk[] disks = showDirectory(config.getDiskDir()
|
||||||
|
+ "/PHANTA31.DSK"); //$NON-NLS-1$
|
||||||
|
assertApplesoftFile(disks[0], "PHANTASIE III"); //$NON-NLS-1$
|
||||||
|
assertBinaryFile(disks[0], "TWN31"); //$NON-NLS-1$
|
||||||
|
assertTextFile(disks[0], "ITEM"); //$NON-NLS-1$
|
||||||
|
assertGraphicsFile(disks[0], "ICE DRAGON"); //$NON-NLS-1$
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testPhanta32() throws IOException, DiskException {
|
||||||
|
showDirectory(config.getDiskDir() + "/PHANTA32.DSK"); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
BIN
lib/ac-api/src/test/resources/disks/PHANTA31.DSK
Normal file
BIN
lib/ac-api/src/test/resources/disks/PHANTA31.DSK
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user