~timo-jyrinki/libunity/6.8.0

« back to all changes in this revision

Viewing changes to test/vala/test-launcher-integration.vala

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2012-09-18 14:36:14 UTC
  • mfrom: (172.2.2 libunity)
  • Revision ID: tarmac-20120918143614-vi5vf2yacsny6a1p
UnityLauncher: support favorites prefixes

Tests updated.. Fixes: . Approved by Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    assert ("memory" == Environment.get_variable ("GSETTINGS_BACKEND"));
69
69
    var settings = new Settings ("com.canonical.Unity.Launcher");
70
70
    
71
 
    string[] faves = { "rhythmbox.desktop", "testapp1.desktop", "ubuntu-about.desktop" };
 
71
    string[] faves = { "rhythmbox.desktop", "file://testapp1.desktop",
 
72
                       "application://ubuntu-about.desktop",
 
73
                       "unity://special-uri" };
72
74
    settings.set_strv ("favorites", faves);
73
75
  }
74
76