?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ; test-coverage cases not covered by regular tests
  2.  
  3.     DEVICE ZXSPECTRUM48
  4.     SAVECPCSNA "BadDevice.sna", $1234       ; error about wrong device
  5.  
  6.     DEVICE NONE
  7.     SAVECPCSNA "NoDevice.sna", $1234        ; error about none device
  8.  
  9.     DEVICE AMSTRADCPC464
  10.     SAVECPCSNA "file.sna", -1               ; negative start value
  11.     SAVECPCSNA "file.sna", &                ; invalid (parse) start value
  12.     SAVECPCSNA "file.sna"                   ; no start address defined
  13.     SAVECPCSNA ".", $1234                   ; fail to open file for write
  14.