~vanvugt/mir/revert-r2288

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/test_client_library_errors.cpp

client: Add set_gbm_device platform operation.

Approved by PS Jenkins bot, Robert Carr, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    {
78
78
    }
79
79
 
 
80
    MirPlatformMessage* platform_operation(MirPlatformMessage const*) override
 
81
    {
 
82
        return nullptr;
 
83
    }
 
84
 
80
85
    MirPlatformType platform_type() const
81
86
    {
82
87
        BOOST_THROW_EXCEPTION(std::runtime_error{exception_text});