[gnote] Fix notetest



commit 10d577300318408d204fa68ba63d21f1a50fd135
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Tue Mar 25 23:08:58 2014 +0200

    Fix notetest

 src/test/notetest.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/test/notetest.cpp b/src/test/notetest.cpp
index 74bb1bb..c09e069 100644
--- a/src/test/notetest.cpp
+++ b/src/test/notetest.cpp
@@ -1,6 +1,7 @@
 /*
  * gnote
  *
+ * Copyright (C) 2014 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -37,8 +38,8 @@ int test_main(int /*argc*/, char ** /*argv*/)
   BOOST_CHECK(doc);
 
   if(doc) {
-    std::list<std::string> tags;
-    gnote::Note::parse_tags(xmlDocGetRootElement(doc), tags);
+    std::list<Glib::ustring> tags;
+    gnote::NoteBase::parse_tags(xmlDocGetRootElement(doc), tags);
     BOOST_CHECK(!tags.empty());
 
     xmlFreeDoc(doc);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]