[glom] Fix typo
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Fix typo
- Date: Wed, 1 Feb 2012 12:39:18 +0000 (UTC)
commit ccaf384e0efc1d72ba57aa88cc9008ce26f7a929
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Feb 1 13:39:12 2012 +0100
Fix typo
ChangeLog | 2 +-
tests/test_selfhosting_new_empty_then_users.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5f034f8..6a7af5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
simplify the code and to make sure that we test adding of users with
all the group types.
This shows a problem:
- Privs::get_database_groups() does not contain the expected user:
+ Privs::get_database_users() does not contain the expected user:
group: somegroup with space characters1
user: someuser with space characters1for_somegroup with space characters1
diff --git a/tests/test_selfhosting_new_empty_then_users.cc b/tests/test_selfhosting_new_empty_then_users.cc
index 3f90c87..6fdd80d 100644
--- a/tests/test_selfhosting_new_empty_then_users.cc
+++ b/tests/test_selfhosting_new_empty_then_users.cc
@@ -75,7 +75,7 @@ static bool test_add_user(const Glom::Document& document, const Glib::ustring& u
const Glom::Privs::type_vec_strings user_list = Glom::Privs::get_database_users(group);
if(!contains(user_list, user))
{
- std::cerr << "Privs::get_database_groups() does not contain the expected user:" << std::endl;
+ std::cerr << "Privs::get_database_users() does not contain the expected user:" << std::endl;
std::cerr << " group: " << group << std::endl;
std::cerr << " user: " << user << std::endl;
return false;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]