[glom: 47/47] Fix the tests build after the merge.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom: 47/47] Fix the tests build after the merge.
- Date: Tue, 27 Jul 2010 12:59:36 +0000 (UTC)
commit dee1e2a249cc8a912fa7d8c69e9050a0221281ac
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jul 27 14:58:38 2010 +0200
Fix the tests build after the merge.
* tests/test_selfhosting_new_empty.cc: Fix the use of Utils::.
ChangeLog | 6 ++++++
tests/test_selfhosting_new_empty.cc | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ca4c7bd..f126e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-07-27 Murray Cumming <murrayc murrayc com>
+ Fix the tests build after the merge.
+
+ * tests/test_selfhosting_new_empty.cc: Fix the use of Utils::.
+
+2010-07-27 Murray Cumming <murrayc murrayc com>
+
Rename libglom-1.14 to libglom-1.16 (parallel-installable)
* configure.ac: Change the GLOM_ABI_VERSION number.
diff --git a/tests/test_selfhosting_new_empty.cc b/tests/test_selfhosting_new_empty.cc
index a08431a..ba7cac1 100644
--- a/tests/test_selfhosting_new_empty.cc
+++ b/tests/test_selfhosting_new_empty.cc
@@ -23,6 +23,7 @@
#include <libglom/connectionpool_backends/postgres_self.h>
#include <libglom/init.h>
#include <libglom/privs.h>
+#include <libglom/utils.h>
#include <giomm/file.h>
static void on_initialize_progress()
@@ -59,7 +60,7 @@ int main()
//Make sure that the file does not exist yet:
{
const Glib::ustring uri = Glib::filename_to_uri(temp_filepath_dir);
- Utils::delete_directory(uri);
+ Glom::Utils::delete_directory(uri);
}
//Save the file. TODO: Do we need to do this for the test?
@@ -98,7 +99,7 @@ int main()
//Make sure the directory is removed at the end,
{
const Glib::ustring uri = Glib::filename_to_uri(temp_filepath_dir);
- Utils::delete_directory(uri);
+ Glom::Utils::delete_directory(uri);
}
Glom::libglom_deinit();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]