diff options
| author | Gord Allott <gord.allott@canonical.com> | 2010-07-01 12:23:01 +0100 |
|---|---|---|
| committer | Gord Allott <gord.allott@canonical.com> | 2010-07-01 12:23:01 +0100 |
| commit | b1bc3f7733ab50c4f9d2b7a4cd7cdef13a78f8a1 (patch) | |
| tree | 0ad05dd44b314215658bde4f97703a5823d11b28 /tests | |
| parent | b72e296800631894b6a2b87284c79a9a74a3069b (diff) | |
oops, forgot to commit a change so the tests build, favorites abstract class was updated but the test fake favorites class didn't impliment the new method
(bzr r360)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/test-ui.vala | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/test-ui.vala b/tests/ui/test-ui.vala index 5e50d5261..af448a648 100644 --- a/tests/ui/test-ui.vala +++ b/tests/ui/test-ui.vala @@ -32,6 +32,11 @@ public class TestFavorites : Unity.Favorites return retlist; } + public override string find_uid_for_desktop_file (string desktop_file) + { + return "app-firefox"; + } + public override void add_favorite (string uid) { } |
