Skip to content

Commit

Permalink
Add an Integer BASIC test file
Browse files Browse the repository at this point in the history
  • Loading branch information
zellyn committed Nov 19, 2016
1 parent 529bbf0 commit 5dac18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dos3/dos3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func TestReadCatalog(t *testing.T) {
{true, "B", 7, "BOOT13"},
{true, "A", 4, "SLOT#"},
{false, "A", 3, "EXAMPLE"},
{false, "I", 2, "EXAMPLE2"},
}

deletedWant := []struct {
Expand All @@ -120,8 +121,8 @@ func TestReadCatalog(t *testing.T) {
size int
name string
}{
{false, "A", 3, "EXAMPLE2"},
{false, "I", 3, "EXAMPLE3"},
{false, "A", 3, "EXAMPLE4"},
}

if len(fdsWant) != len(fds) {
Expand Down
Binary file modified lib/dos3/testdata/dos33test.dsk
Binary file not shown.

0 comments on commit 5dac18f

Please sign in to comment.