You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a test that prints out a set number of bytes from the getInputStream method in the INMEARawFeed interface. In my 2.1 testing, this would printout the raw NMEA data. For 3.0, It does not appear to print out anything. Again, this may be a problem with me porting my test suite over to 3.0.
If you go to the wiki for the sdk-test repo, you should be able to get an idea of how everything is running and even run it yourself. For this bug, I am running the com.buglabs.bug.module.gps.tests bundle alongside blueback. Let me know if that doesn't make sense after reading the wiki overview.
I'm unable to repro your problem. When I run /com.buglabs.bug.module.gps.tests/com/buglabs/bug/module/gps/tests/TestINMEARawFeed.java I am able to get the input stream and the test prints:
I have a LCD and GPS device attached. I built your test in Eclipse and used the junit and hamcrest jars provided in the git repo as suggested in your documentation. My test build version:
cat /etc/buildinfo
BUG Linux Build Information
Version: 2.5.0906111410
Build Host: Linux darner 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux
Build User: root
Build Time: Tue Sep 6 18:10:52 UTC 2011
Revision: c9187ae
I have a test that prints out a set number of bytes from the getInputStream method in the INMEARawFeed interface. In my 2.1 testing, this would printout the raw NMEA data. For 3.0, It does not appear to print out anything. Again, this may be a problem with me porting my test suite over to 3.0.
Pastes:
Code: http://pastebin.com/RjvLsVWt
The text was updated successfully, but these errors were encountered: