Add FTOBE to supermon test disk image

This commit is contained in:
Zellyn Hunter 2016-11-14 22:54:32 -05:00
parent 0c5c863c01
commit d901a9a0ba
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ func TestReadSectorMap(t *testing.T) {
{7, 0x1F, "FSHRTHELP"},
{8, 0x04, "FSHORT"},
{9, 0x60, "FCHACHA"},
{10, 0x01, "FTOBE"},
}
sectorsByFile := sm.SectorsByFile()
@ -88,6 +89,7 @@ func TestReadSymbolTable(t *testing.T) {
{7, "FSHRTHELP"},
{8, "FSHORT"},
{9, "FCHACHA"},
{10, "FTOBE"},
}
for _, tt := range testData {

Binary file not shown.