summaryrefslogtreecommitdiff
path: root/src/up-self-test.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 12:49:30 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 12:49:30 +0000
commit25e51c96136c45632091a7b240f8935ce1d239ce (patch)
tree85d17e0631078617488d2b626575003f80bd7686 /src/up-self-test.c
parentd2550b4c7854e970719b07b48ecdb61af9c01b6f (diff)
downloadupower-25e51c96136c45632091a7b240f8935ce1d239ce.tar.gz
trivial: DkpDevice -> UpDevice (no ABI or API break)
Diffstat (limited to 'src/up-self-test.c')
-rw-r--r--src/up-self-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/up-self-test.c b/src/up-self-test.c
index 594f872..a8184ee 100644
--- a/src/up-self-test.c
+++ b/src/up-self-test.c
@@ -46,8 +46,8 @@ main (int argc, char **argv)
/* tests go here */
up_backend_test (test);
- dkp_device_test (test);
- dkp_device_list_test (test);
+ up_device_test (test);
+ up_device_list_test (test);
dkp_history_test (test);
dkp_native_test (test);
dkp_polkit_test (test);