~mir-team/mir/0.17

« back to all changes in this revision

Viewing changes to tests/unit-tests/input/test_xcursor_loader.cpp

  • Committer: Daniel van Vugt
  • Date: 2015-03-20 09:24:14 UTC
  • Revision ID: daniel.van.vugt@canonical.com-20150320092414-6gridyvsk8cgvjhp
Revert the revert. Back to r2408.

LP: #1434430 was a bug in my test branch. And fixing LP: #1434422 is less
important than LP: #1415321.

Fixes: LP: #1415321
Un-fixes: LP: #1434422
Invalid: LP: #1434430

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "mir_test_framework/executable_path.h"
23
23
 
24
24
#include <mir_toolkit/common.h>
 
25
#include <mir_toolkit/cursors.h>
25
26
 
26
27
#include <gtest/gtest.h>
27
28
#include <gmock/gmock.h>