~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        return std::make_shared<ConfigurableFailureFactory<failure_set>>();
135
135
    }
136
136
};
 
137
 
 
138
struct ClientLibraryErrors : mtf::HeadlessInProcessServer
 
139
{
 
140
    ClientLibraryErrors() { add_to_environment("MIR_SERVER_ENABLE_INPUT","off"); }
 
141
};
137
142
}
138
143
 
139
 
using ClientLibraryErrors = mtf::HeadlessInProcessServer;
140
144
 
141
145
TEST_F(ClientLibraryErrors, exception_in_client_configuration_constructor_generates_error)
142
146
{