add test for RDOS 3.3

This commit is contained in:
Bradley Bell 2023-10-14 02:35:59 -07:00
parent 66cdbe314c
commit 2515c3f861
2 changed files with 7 additions and 0 deletions

View File

@ -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.