~townsend/unity/fix-lp1301394-trusty

« back to all changes in this revision

Viewing changes to tests/test_software_center_launcher_icon.cpp

  • Committer: Marco Trevisan (Treviño)
  • Date: 2012-09-18 15:47:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2713.
  • Revision ID: mail@3v1n0.net-20120918154749-24znz8xth0y4aptz
Tests: move the .desktop applications in a data dir so that it's more XDG compliant

Fix the TestDesktopUtilities tests so that it won't depend on system changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
namespace
33
33
{
34
 
const std::string USC_DESKTOP = BUILDDIR"/tests/data/ubuntu-software-center.desktop";
 
34
const std::string USC_DESKTOP = BUILDDIR"/tests/data/applications/ubuntu-software-center.desktop";
35
35
 
36
36
struct TestSoftwareCenterLauncherIcon : testing::Test
37
37
{