chb / indivo_server

The Indivo™ Personally Controlled Health Record
http://indivohealth.org
GNU General Public License v3.0
103 stars 40 forks source link

Accounting Test Fails #2

Closed jgkim closed 12 years ago

jgkim commented 12 years ago

If auth_system 'mychildrens' does not exist in the file 'utils/indivo_data.xml', then the accounting test from the integration test fails as there is no auth system called 'mychildrens'.

thisisdhaas commented 12 years ago

Nice catch--the test suite definitely shouldn't depend on indivo_data.xml. If you're interested in taking this on, it should be a pretty simple fix (check out the code, which is where that auth system should be created for the tests). Otherwise, we'll take care of it when we get a chance.