# File test.bak/tc_dos_disks.rb, line 82
        def test_dump_sector
                dskname=File.dirname(__FILE__)+"//AAL_1.DSK"
                dsk=DSK.read(dskname)
                assert_equal(dsk.dump_sector(0,0).length,dsk.dump_sector(0,2).length,"sector dumps should be consistent length")
        end