[gnote: 19/21] Fix sync destination directory
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote: 19/21] Fix sync destination directory
- Date: Tue, 20 Jun 2017 20:16:31 +0000 (UTC)
commit 611a19001b9e7fd541638181c20c57707cd6df2d
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sat Apr 29 22:20:31 2017 +0300
Fix sync destination directory
src/test/unit/syncmanagerutests.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/test/unit/syncmanagerutests.cpp b/src/test/unit/syncmanagerutests.cpp
index 0156a02..f339a1c 100644
--- a/src/test/unit/syncmanagerutests.cpp
+++ b/src/test/unit/syncmanagerutests.cpp
@@ -55,7 +55,7 @@ TEST(clean_sync)
Glib::ustring manifest = Glib::ustring(notes_dir) + "/manifest.xml";
new test::TagManager;
- test::NoteManager manager1(notes_dir);
+ test::NoteManager manager1(notesdir);
create_note(manager1, "note1", "content1");
create_note(manager1, "note2", "content2");
create_note(manager1, "note3", "content3");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]