Blame SOURCES/0158-testsuite-ureport-use-less-strange-testing-error-mes.patch

4b6aa8
From eac1345cca325609b3ded819b4439627ebe3cf8f Mon Sep 17 00:00:00 2001
4b6aa8
From: Jakub Filak <jfilak@redhat.com>
4b6aa8
Date: Thu, 17 Sep 2015 13:50:44 +0200
4b6aa8
Subject: [PATCH] testsuite: ureport: use less strange testing error message
4b6aa8
4b6aa8
Signed-off-by: Jakub Filak <jfilak@redhat.com>
4b6aa8
---
4b6aa8
 tests/ureport.at | 2 +-
4b6aa8
 1 file changed, 1 insertion(+), 1 deletion(-)
4b6aa8
4b6aa8
diff --git a/tests/ureport.at b/tests/ureport.at
4b6aa8
index 2e844b7..49c9652 100644
4b6aa8
--- a/tests/ureport.at
4b6aa8
+++ b/tests/ureport.at
4b6aa8
@@ -707,7 +707,7 @@ int main(void)
4b6aa8
     memset((void *)&ps, 0, sizeof(ps));
4b6aa8
 
4b6aa8
     ps.curl_result = 1;
4b6aa8
-    strcpy(ps.errmsg, "err");
4b6aa8
+    strcpy(ps.errmsg, "Artificial Error for the purpose of testing ability to recover from errors");
4b6aa8
     ps.body = (char *)"body";
4b6aa8
 
4b6aa8
     struct ureport_server_config config;
4b6aa8
-- 
4b6aa8
2.4.3
4b6aa8