Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Unit tests fails because of localization

Submitted to master; thanks for the quick fix.

On Sat, Jan 2, 2016 at 8:46 AM, Andrey Loskutov <loskutov@xxxxxx> wrote:
> I've submitted a patch: https://git.eclipse.org/r/63414/
>
> On Saturday 02 January 2016 15:47 Thomas Meyer wrote:
>> Hi,
>>
>> the unit test in jgit seems to be depended from the environment
>> variables, i.e. LANG and fail when set to e.g. DE:
>>
>> Results :
>>
>> Failed tests:
>>   AddTest.testAddNothing:67 expected:<...ument "filepattern" [is required]> but was:<...ument "filepattern" [wird benötigt]>
>>   RepoTest.testMissingPath:105 expected:<...al: Argument "path" [is required]> but was:<...al: Argument "path" [wird benötigt]>
>>
>> Tests run: 131, Failures: 2, Errors: 0, Skipped: 1
>>
>> bug or feature?
>>
>> with kind regards
>> thomas
>
> --
> Kind regards,
> google.com/+AndreyLoskutov
> _______________________________________________
> jgit-dev mailing list
> jgit-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jgit-dev


Back to the top