evo user/passwd must always be set for Client::Sync

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@721 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-08-16 07:36:55 +00:00
parent 9d97aaa299
commit 4b55adf5e9
1 changed files with 3 additions and 1 deletions

View File

@ -278,9 +278,11 @@ public:
sc->setSourceType(testconfig.type);
}
// always set this property: the name might have changes since last test run
// always set these properties: they might have changed since the last run
string database = getDatabaseName(test->m_configName);
sc->setDatabaseID(database);
sc->setUser(m_evoUser);
sc->setPassword(m_evoPassword);
}
config.flush();
}