mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-26 19:29:24 +00:00
add test for RDOS 3.3
This commit is contained in:
parent
66cdbe314c
commit
2515c3f861
@ -84,6 +84,13 @@ public class DiskHelperTest {
|
|||||||
showDirectory(config.getDiskDir() + "/RDOSboot.dsk"); //$NON-NLS-1$
|
showDirectory(config.getDiskDir() + "/RDOSboot.dsk"); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testRdos33Boot() throws IOException, DiskException {
|
||||||
|
FormattedDisk[] disks = showDirectory(config.getDiskDir() + "/RDOS_33_boot.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 testSsiSave() throws IOException, DiskException {
|
||||||
showDirectory(config.getDiskDir() + "/SSIsave.dsk"); //$NON-NLS-1$
|
showDirectory(config.getDiskDir() + "/SSIsave.dsk"); //$NON-NLS-1$
|
||||||
|
BIN
lib/ac-api/src/test/resources/disks/RDOS_33_boot.dsk
Normal file
BIN
lib/ac-api/src/test/resources/disks/RDOS_33_boot.dsk
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user