mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-25 20:18:05 +00:00
add test for RDOS 3.3
This commit is contained in:
@@ -84,6 +84,13 @@ public class DiskHelperTest {
|
||||
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
|
||||
public void testSsiSave() throws IOException, DiskException {
|
||||
showDirectory(config.getDiskDir() + "/SSIsave.dsk"); //$NON-NLS-1$
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user