~townsend/unity/fix-lp1301394-trusty

« back to all changes in this revision

Viewing changes to tests/test_bamf_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:
34
34
namespace
35
35
{
36
36
 
37
 
const std::string USC_DESKTOP = BUILDDIR"/tests/data/ubuntu-software-center.desktop";
38
 
const std::string NO_ICON_DESKTOP = BUILDDIR"/tests/data/no-icon.desktop";
 
37
const std::string USC_DESKTOP = BUILDDIR"/tests/data/applications/ubuntu-software-center.desktop";
 
38
const std::string NO_ICON_DESKTOP = BUILDDIR"/tests/data/applications/no-icon.desktop";
39
39
 
40
40
class TestBamfLauncherIcon : public testing::Test
41
41
{