gpointing-device-settings r135 - trunk/test
- From: hiikezoe svn gnome org
- To: svn-commits-list gnome org
- Subject: gpointing-device-settings r135 - trunk/test
- Date: Fri, 6 Mar 2009 14:48:08 +0000 (UTC)
Author: hiikezoe
Date: Fri Mar 6 14:48:08 2009
New Revision: 135
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=135&view=rev
Log:
trackpoint -> mouse.
Modified:
trunk/test/test-module.c
trunk/test/test-ui.c
Modified: trunk/test/test-module.c
==============================================================================
--- trunk/test/test-module.c (original)
+++ trunk/test/test-module.c Fri Mar 6 14:48:08 2009
@@ -49,8 +49,8 @@
void
test_collect_names (void)
{
+ expected_names = g_list_append(expected_names, "mouse");
expected_names = g_list_append(expected_names, "touchpad");
- expected_names = g_list_append(expected_names, "trackpoint");
names = gpds_module_collect_names(modules);
@@ -60,8 +60,8 @@
void
test_find (void)
{
+ cut_assert(gpds_module_find(modules, "mouse"));
cut_assert(gpds_module_find(modules, "touchpad"));
- cut_assert(gpds_module_find(modules, "trackpoint"));
}
/*
Modified: trunk/test/test-ui.c
==============================================================================
--- trunk/test/test-ui.c (original)
+++ trunk/test/test-ui.c Fri Mar 6 14:48:08 2009
@@ -48,8 +48,8 @@
void
test_names (void)
{
+ expected_names = g_list_append(expected_names, "mouse");
expected_names = g_list_append(expected_names, "touchpad");
- expected_names = g_list_append(expected_names, "trackpoint");
names = gpds_uis_get_names();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]