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>2017-09-15 14:30:29 +0300
committerckamm <mail@ckamm.de>2017-09-18 13:52:09 +0300
commit78212e03d6269a7e248529ddb132fd436e58e316 (patch)
tree645ad436d8fdd12533d65a15b8904800ac0c9361 /test/syncenginetestutils.h
parenta8ea7b08587b058589c11cd869b0bcc6f44c9b7d (diff)
Checksums: Clearer behavior and added testing
Diffstat (limited to 'test/syncenginetestutils.h')
-rw-r--r--test/syncenginetestutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h
index c2a0c0c8b..3fb03324f 100644
--- a/test/syncenginetestutils.h
+++ b/test/syncenginetestutils.h
@@ -828,6 +828,7 @@ public:
}
OCC::SyncEngine &syncEngine() const { return *_syncEngine; }
+ OCC::SyncJournalDb &syncJournal() const { return *_journalDb; }
FileModifier &localModifier() { return _localModifier; }
FileInfo &remoteModifier() { return _fakeQnam->currentRemoteState(); }