# File test/tc_coco.rb, line 6
  def test_coco_images
  


  
    sniff_url("http://cocomag.dyndns.org/swarc/RainbowOnDisk/1987_07a.dsk",JvcDsk,RsDos,
    [    
    {:filename=>"DATAWRIT/SRC",:can_execute=>:to_text},
    {:filename=>"TRIVIA/BAS",:can_execute=>:to_listing},
    ])

   sniff_url("http://cocomag.dyndns.org/swarc/T_D_Archive/T_and_D_Software/TND001.DSK",JvcDsk,RsDos,
      [{:filename=>"BARTEND/BAS",:listing_starts_with=>"5 ' COPYRIGHT (C) T&D SOFTWARE 1982\n10 REM BARTENDER"}]
    )

    sniff_url("http://cocomag.dyndns.org/swarc/RainbowOnDisk/1990_08a.dsk",JvcDsk,RsDos,
    [    
    {:filename=>"LISTER/ASM",:can_execute=>:to_text},
    ])

    
    sniff_url("http://cocomag.dyndns.org/swarc/RainbowOnDisk/1986_10a.dsk",JvcDsk,RsDos,
    [    
    {:filename=>"   ON/\x8f\x8f\x8f",:expected_native_file_type=>CocoMachineLanguage,:load_address=>0x0E00},
    {:filename=>" RAINBOW/\x8f\x8f\x8f",:expected_native_file_type=>CocoScreen,:load_address=>0x0400,:save_output=>[:to_picture,'png']},
    {:filename=>"ZOOM2/BAS",:can_execute=>:to_listing},    
    ])

    #sniff_url("http://cocomag.dyndns.org/swarc/RainbowOnDisk/1986_10b.dsk",JvcDsk,RsDos)   # FIXME! the B side is actually OS-9

    
end