[gpointing-device-settings] pointingstcik module.
- From: Hiroyuki Ikezoe <hiikezoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gpointing-device-settings] pointingstcik module.
- Date: Fri, 5 Mar 2010 23:44:40 +0000 (UTC)
commit aa193e8c416fe3464917188819b4791bb191570a
Author: Hiroyuki Ikezoe <poincare ikezoe net>
Date: Sat Mar 6 08:07:34 2010 +0900
pointingstcik module.
test/test-module.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/test/test-module.c b/test/test-module.c
index 4b21e6e..7d8d805 100644
--- a/test/test-module.c
+++ b/test/test-module.c
@@ -50,6 +50,7 @@ void
test_collect_names (void)
{
expected_names = g_list_append(expected_names, "mouse");
+ expected_names = g_list_append(expected_names, "pointingstick");
expected_names = g_list_append(expected_names, "touchpad");
names = gpds_module_collect_names(modules);
@@ -62,6 +63,7 @@ test_find (void)
{
cut_assert(gpds_module_find(modules, "mouse"));
cut_assert(gpds_module_find(modules, "touchpad"));
+ cut_assert(gpds_module_find(modules, "pointingstick"));
}
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]