Skip to main content

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

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



Back to the top