[gnote] Fix TestNoteManager
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix TestNoteManager
- Date: Sun, 13 Oct 2019 14:43:10 +0000 (UTC)
commit 9b695b95bab3f373bf98670b5f27f07fe727f133
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Oct 13 17:16:14 2019 +0300
Fix TestNoteManager
src/test/testnotemanager.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/test/testnotemanager.cpp b/src/test/testnotemanager.cpp
index 501367b9..08282a64 100644
--- a/src/test/testnotemanager.cpp
+++ b/src/test/testnotemanager.cpp
@@ -31,11 +31,10 @@ Glib::ustring NoteManager::test_notes_dir()
NoteManager::NoteManager(const Glib::ustring & notesdir)
- : gnote::NoteManagerBase(notesdir)
- , m_note_archiver(*this)
+ : m_note_archiver(*this)
{
Glib::ustring backup = notesdir + "/Backup";
- _common_init(notesdir, backup);
+ init(notesdir, backup);
}
gnote::NoteBase::Ptr NoteManager::note_create_new(const Glib::ustring & title, const Glib::ustring &
file_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]