Thursday, January 24, 2008

Android Positron small problems fixed



If you have followed the previous tutorial: http://dtmilano.blogspot.com/2008/01/test-driven-development-and-gui-testing.html, and wanted to use positron-0.5-alpha for your tests you may have found two small problems:
  1. positron-0.5-alpha.jar is empty, in the positron downloads
  2. an IllegalArgumentException is generated while running the tests
Solution
Build positron-0.5-alpha.jar from sources and apply the patch http://code.google.com/p/android-positron/issues/attachment?aid=-2700323565965776159&name=android-positron-databasedir-svn.patch

This was already reported to positron:
  1. http://code.google.com/p/android-positron/issues/detail?id=1
  2. http://code.google.com/p/android-positron/issues/detail?id=2

2 comments:

  1. Fixed; please see version 0.6-alpha.

    Thanks for the bug reports!

    ReplyDelete
  2. Hi Phil,
    Thanks a lot for the fix and for your work on positron.

    ReplyDelete