Add root option to unit tests

This commit is contained in:
Robin Appelman 2013-12-17 14:15:01 +01:00
commit 1ac3d22b08
2 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
"host": "localhost",
"user": "test",
"host": "VM",
"user": "VM\\test",
"password": "test",
"share": "test"
"share": "Users",
"root": "test"
}