Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sysex test is failing #43

Closed
dapicester opened this issue Jul 26, 2016 · 1 comment
Closed

Sysex test is failing #43

dapicester opened this issue Jul 26, 2016 · 1 comment

Comments

@dapicester
Copy link

It seems that the sysex command is not properly handled.

$ rake test TEST=/home/paolo/projects/contrib/arduino_firmata/test/test_sysex.rb
Run options: --seed 14609

# Running:

F

Finished in 11.043371s, 0.0906 runs/s, 0.0906 assertions/s.

  1) Failure:
TestSysex#test_sysex_command [/home/paolo/projects/contrib/arduino_firmata/test/test_sysex.rb:30]:
Failed assertion, no message given.

1 runs, 1 assertions, 1 failures, 0 errors, 0 skips
rake aborted!
Command failed with status (1): [ruby -I"lib" -I"/home/paolo/.rvm/gems/ruby-2.3.0@arduino/gems/rake-10.1.0/lib" "/home/paolo/.rvm/gems/ruby-2.3.0@arduino/gems/rake-10.1.0/lib/rake/rake_test_loader.rb" "/home/paolo/projects/contrib/arduino_firmata/test/test_sysex.rb" ]
/home/paolo/.rvm/gems/ruby-2.3.0@arduino/bin/ruby_executable_hooks:15:in `eval'
/home/paolo/.rvm/gems/ruby-2.3.0@arduino/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

I am running Firmata 2.5.

I had to update both serialport and backports to get things working, I don't know if it is related to this issue.

@dapicester
Copy link
Author

Sorry, I just noticed that on top of test/test_sysex.rb it is written to use the SystexLedBlinkFirmata firmware in the /samples/sysex directory. Test passes with that firmware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant