This PR is a follow up to #90 and #91. It fixes some of the failing test functions that seem to use an older version of ODM2PythonAPI.
Notes
I've change some of the function to use the latest ODM2Python API, and the tests now appear to pass in travis-ci. Some fixes that would be beneficial to further develop the tests includes
removing sudo during database creation in the shell script for mysql.
I am adding some comments on parts of the test that I think need further evaluation.
Overview
This PR is a follow up to #90 and #91. It fixes some of the failing test functions that seem to use an older version of ODM2PythonAPI.
Notes
I've change some of the function to use the latest ODM2Python API, and the tests now appear to pass in travis-ci. Some fixes that would be beneficial to further develop the tests includes