52North / IlwisTests

An c++ module containing tests for Ilwis development using Qt
5 stars 3 forks source link

Do not require external database dump for test #3

Open ridoo opened 10 years ago

ridoo commented 10 years ago

Currently an external database dump is neccessary to test the postgresqlconnector. This should be improved once the connector has write capabilities. Then the tests should begin with filling some test data which could be checked during the read tests again. A database however, has to be available still.

ridoo commented 10 years ago

How to setup the database test environment is described on the PosgreSQL connector site