You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mt4.lua 212B

1234567891011
  1. print('Check we will defer messages')
  2. dofile './lib.lua'
  3. dofile './data.lua'
  4. setup()
  5. send_message(innocuous_msg, innocuous_hdrs, 'test-id', 'defer@example.org', {'nerf@example.org'})
  6. check_defer()
  7. teardown()