~afrantzis/unity8/power-state-change-reason-snap-decision

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/fixture_setup.py

  • Committer: CI Train Bot
  • Author(s): Michał Sawicz
  • Date: 2015-09-22 12:56:52 UTC
  • mfrom: (1968.1.4 fix-greeter-tests)
  • Revision ID: ci-train-bot@canonical.com-20150922125652-hlai4sqsdxwggeke
Fix integrated LightDM path
Approved by: Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    def _get_lightdm_mock_path(self):
75
75
        lib_path = get_mocks_library_path()
76
76
        lightdm_mock_path = os.path.abspath(
77
 
            os.path.join(lib_path, "LightDM", "liblightdm")
 
77
            os.path.join(lib_path, "IntegratedLightDM", "liblightdm")
78
78
        )
79
79
 
80
80
        if not os.path.exists(lightdm_mock_path):