irextools test suite issues
Thanks a bunch to the author of this tool. It was key to helping me decide to purchase the Irex 1000S. I just wanted to report that the issues that I have had with 'test' target of the Makefile for irextools-0.3.
I successfully installed the suite on my laptop running Debian Lenny after installing the 'ocaml' and 'sqlite3' packages. However, running 'make test' from the base folder of the project produces the errors that I have listed below. I do not have my reader yet (coming next week) so I do not know if these errors indicate a problem with irextools. The commands 'ism' and 'irext' appear to execute with no errors but I did not see a way to manually test the programs since I don't have the reader in my possession.
thanks
-------------------
richnix% pwd
/home/boycerd/Downloads/irextools-0.3
richnix% make test
make -C testing bin
make[1]: Entering directory `/home/boycerd/Downloads/irextools-0.3/testing'
make[1]: Nothing to be done for `bin'.
make[1]: Leaving directory `/home/boycerd/Downloads/irextools-0.3/testing'
make -C testing run
make[1]: Entering directory `/home/boycerd/Downloads/irextools-0.3/testing'
./test_suite
....EEEEEE
================================================== ====================
Error: iRex Tools:2:Metadata_File:1:not empty db
Invalid_argument("database file ./metadata.db exists!")
----------------------------------------------------------------------
================================================== ====================
Error: iRex Tools:2:Metadata_File:0:empty db
ThoSQLite3.Unexpected("get_integer", "NULL")
----------------------------------------------------------------------
================================================== ====================
Error: iRex Tools:1:Cp & Mv:3:mv (no db)
ThoSQLite3.Unexpected("get_integer", "NULL")
----------------------------------------------------------------------
================================================== ====================
Error: iRex Tools:1:Cp & Mv:2:mv
ThoSQLite3.Unexpected("get_integer", "NULL")
----------------------------------------------------------------------
================================================== ====================
Error: iRex Tools:1:Cp & Mv:1:cp (no db)
ThoSQLite3.Unexpected("get_integer", "NULL")
----------------------------------------------------------------------
================================================== ====================
Error: iRex Tools:1:Cp & Mv:0:cp
ThoSQLite3.Unexpected("get_integer", "NULL")
----------------------------------------------------------------------
Ran: 10 tests in: 0.03 seconds.
FAILED: Cases: 10 Tried: 10 Errors: 6 Failures: 0 Skip:0 Todo:0
make[1]: *** [run] Error 1
make[1]: Leaving directory `/home/boycerd/Downloads/irextools-0.3/testing'
make: *** [test] Error 2
|