Re: [SSSD] [PATCH] util-tests: Add validation of internal error messages

2015-06-01 Thread Jakub Hrozek
On Mon, Jun 01, 2015 at 11:43:33AM +0200, Pavel Březina wrote: > On 05/29/2015 08:25 AM, Lukas Slebodnik wrote: > >ehlo, > > > >I noticed that some internal error messages has "." at the end. > >We should do the same as strerror; return just a string and not a sentence. > > > >simple test is attach

Re: [SSSD] [PATCH] util-tests: Add validation of internal error messages

2015-06-01 Thread Pavel Březina
On 05/29/2015 08:25 AM, Lukas Slebodnik wrote: ehlo, I noticed that some internal error messages has "." at the end. We should do the same as strerror; return just a string and not a sentence. simple test is attached. LS Ack. ___ sssd-devel mailin

[SSSD] [PATCH] util-tests: Add validation of internal error messages

2015-05-28 Thread Lukas Slebodnik
ehlo, I noticed that some internal error messages has "." at the end. We should do the same as strerror; return just a string and not a sentence. simple test is attached. LS >From 83e99b466e617a7249b8d046685955de1016ca14 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 29 May 2015 08:1