Archived
1
0
Fork 0

Added output test for mysql

This commit is contained in:
Fredric N 2010-09-20 23:06:57 +02:00 committed by Henrik Hautakoski
parent e93422ecef
commit 131a8b9501
4 changed files with 55 additions and 17 deletions

9
test/config.ini Normal file
View file

@ -0,0 +1,9 @@
[general]
test = mytest ;
[mysql]
host = localhost ;
username = user ;
password = pw ;
database = development ;
table = filesystem ;