summaryrefslogtreecommitdiff
path: root/src/up-self-test.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 12:51:41 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 12:51:41 +0000
commit6845dc144dedf4b9d730b0437e2d2b1f8f87df4b (patch)
tree1ffb801939fe4b39f0457b898fb72928e8954dcf /src/up-self-test.c
parent25e51c96136c45632091a7b240f8935ce1d239ce (diff)
downloadupower-6845dc144dedf4b9d730b0437e2d2b1f8f87df4b.tar.gz
trivial: DkpPolkit -> UpPolkit (no ABI or API break)
Diffstat (limited to 'src/up-self-test.c')
-rw-r--r--src/up-self-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-self-test.c b/src/up-self-test.c
index a8184ee..654615f 100644
--- a/src/up-self-test.c
+++ b/src/up-self-test.c
@@ -50,7 +50,7 @@ main (int argc, char **argv)
up_device_list_test (test);
dkp_history_test (test);
dkp_native_test (test);
- dkp_polkit_test (test);
+ up_polkit_test (test);
dkp_qos_test (test);
dkp_wakeups_test (test);
up_daemon_test (test);