On 17 December 2014 at 10:00, sebb <[email protected]> wrote: > On 17 December 2014 at 05:56, Felix Schumacher > <[email protected]> wrote: >> >> >> Am 16. Dezember 2014 22:45:30 MEZ, schrieb sebb <[email protected]>: >>>On 16 December 2014 at 19:42, <[email protected]> wrote: >>>> Author: fschumacher >>>> Date: Tue Dec 16 19:42:20 2014 >>>> New Revision: 1646059 >>>> >>>> URL: http://svn.apache.org/r1646059 >>>> Log: >>>> Add trivial but missing message translation >>> >>>There is no need to add an entry if the value is the same as in the >>>default properties file. >> >> While this might be true, a warning is generated when running ant test about >> the missing entry. >> >> That is why I added it. > > OK, I see - I thought I had fixed that test to not require such entries. > I'll have another look.
It was intended as an informational entry, not a warning. I have suppressed it. >> Regards >> Felix >>> >>>> Modified: >>>> >>>jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties >>>> >>>> Modified: >>>jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties >>>> URL: >>>http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1646059&r1=1646058&r2=1646059&view=diff >>>> >>>============================================================================== >>>> --- >>>jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties >>>(original) >>>> +++ >>>jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties >>>Tue Dec 16 19:42:20 2014 >>>> @@ -84,6 +84,7 @@ aggregate_report_min=Min >>>> aggregate_report_rate=D\u00E9bit >>>> aggregate_report_stddev=Ecart type >>>> aggregate_report_total_label=TOTAL >>>> +aggregate_report_90=90% >>>> ajp_sampler_title=Requ\u00EAte AJP/1.3 >>>> als_message=Note \: Le parseur de log d'acc\u00E8s est >>>g\u00E9n\u00E9rique et vous permet de se brancher \u00E0 >>>> als_message2=votre propre parseur. Pour se faire, impl\u00E9menter >>>le LogParser, ajouter le jar au >>>> >>>> >>
