Skip to content
Snippets Groups Projects
Commit e8b926d1 authored by Keith Butler's avatar Keith Butler
Browse files

Re #22604 applying clang patch

parent 5bd9e1a9
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,8 @@ public: ...@@ -63,8 +63,8 @@ public:
void test_errorMessageWithShare() { void test_errorMessageWithShare() {
std::string name = "My testing application name"; std::string name = "My testing application name";
Mantid::Types::Core::time_duration upTime(5, 0, 7, 0); Mantid::Types::Core::time_duration upTime(5, 0, 7, 0);
TestableErrorReporter errorService(name, upTime, "0", true, "name", TestableErrorReporter errorService(name, upTime, "0", true, "name", "email",
"email", "textBox"); "textBox");
std::string message = errorService.generateErrorMessage(); std::string message = errorService.generateErrorMessage();
::Json::Reader reader; ::Json::Reader reader;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment