Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2016-11-23 12:40:17 +0300
committerChristian Kamm <mail@ckamm.de>2016-11-23 18:48:15 +0300
commit49f8143f0047c78bc09082c0fbe200e0fa074365 (patch)
treeba2be5200579f5152a1618d40facfe9f90c015ca /test/testsyncjournaldb.cpp
parentbea72419109ada4ea0e713b84365acbc1c24eb81 (diff)
Bugfixes for sync journal name generation and usage
* Use 'user' value for journal name generation * Save journal name in settings * Make owncloudcmd choose the right db
Diffstat (limited to 'test/testsyncjournaldb.cpp')
-rw-r--r--test/testsyncjournaldb.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/testsyncjournaldb.cpp b/test/testsyncjournaldb.cpp
index 19c92259a..fa6021acc 100644
--- a/test/testsyncjournaldb.cpp
+++ b/test/testsyncjournaldb.cpp
@@ -19,9 +19,8 @@ class TestSyncJournalDB : public QObject
public:
TestSyncJournalDB()
+ : _db("/tmp/csync-test.db")
{
- const QString testdb("/tmp/csync-test.db");
- _db.setDatabaseFilePath( testdb );
}
QDateTime dropMsecs(QDateTime time)