Sha256: 2397c94be9e98fff75f60ed1f224f2cb5790cf70fc736c49ece75c28a2850bfb

Contents?: true

Size: 1.33 KB

Versions: 14

Compression:

Stored size: 1.33 KB

Contents

require 'testhelper'

class ImageSniffing < Test::Unit::TestCase

  
  def test_atari_800_images

  
    sniff_url("http://www.atariarchives.org/oldhackers/OHJFM00A.ATR",Atr,AtariDos,[
      {:filename=>"HELP.DOC",:expected_native_file_type=>AtariText,:text_starts_with=>" The OL' HACKERS Disk  Newsletter Help\n"},
      {:filename=>"GDRIVES.TXT",:expected_native_file_type=>AtariText,:text_starts_with=>"  Life Insurance For Your Disk Drives\n             by Ron Fetzer\n\n      Are you"},
      {:filename=>'DUP.SYS',:expected_native_file_type=>AtariBinary,:load_address=>0x1F0C,:can_execute=>:to_disassembly},
      {:filename=>"WELCOME.BAS",:expected_native_file_type=>AtariBasic,:listing_starts_with=>"10 DIM CIO$(20),SCR$(958):POKE 82,0:POKE 752,1:PRINT \"}\":POKE 559,0:POKE 709,12:POKE 710,20:POKE 712,24\n20 CIO$="},
    ])

    sniff_url("http://www.atariarchives.org/oldhackers/OHJFM00B.ATR",Atr,AtariDos,[
      {:filename=>"LABEL.TUR",:expected_native_file_type=>AtariBasic,:can_execute=>:to_listing},
      {:filename=>"SUBATACK.TUR",:expected_native_file_type=>AtariBasic,:can_execute=>:to_listing},
    ])
    sniff_url("http://ape.dyndns.org:8085/A-J/Bank_Street_Writer.atr",Atr,AtariDos,
    [
      {:filename=>'UTILA.SYS',:expected_native_file_type=>AtariBasic,:can_execute=>:to_listing},
    ])
    
    
end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ripxplore-0.14.1 test/tc_atari_800.rb
ripxplore-0.14.0 test/tc_atari_800.rb
ripxplore-0.13.0 test/tc_atari_800.rb
ripxplore-0.12.0 test/tc_atari_800.rb
ripxplore-0.11.0 test/tc_atari_800.rb
ripxplore-0.4.0 test/tc_atari_800.rb
ripxplore-0.0.2 test/tc_atari_800.rb
ripxplore-0.5.0 test/tc_atari_800.rb
ripxplore-0.5.1 test/tc_atari_800.rb
ripxplore-0.7.0 test/tc_atari_800.rb
ripxplore-0.5.2 test/tc_atari_800.rb
ripxplore-0.7.1 test/tc_atari_800.rb
ripxplore-0.7.2 test/tc_atari_800.rb
ripxplore-0.8.0 test/tc_atari_800.rb