gramps/gramps
Baizley 080d1d1dca Correct the assumed order of the name formats.
This commit corrects the ordering to the one in
Gramps 5.1 when run on Python 3.3.
Unlike the implementation in 5.1, this
implementation does not rely on dict ordering
and will therefore be consistent across Python
versions.

The assumed order of ascending positives followed
by negatives in reverse order, was based on tests
run on Python 3.7. However, the current ordering
in Gramps 5.1 is depended on dict ordering which
has changed between Python versions.
The expected ordering is therefore taken as the
one in Gramps 5.1 run on Python 3.3, which is
what the CI environment tests on.
This ordering is positives followed by negatives
both in ascending order.
I.e. -2, -3, -1,  0,  1,  2,  3,  4,  5
  =>  0,  1,  2,  3,  4,  5, -1, -2, -3
2022-02-13 19:43:25 +00:00
..
cli Revert "Move comments away from translated strings" 2021-06-03 00:04:53 +01:00
gen Correct the assumed order of the name formats. 2022-02-13 19:43:25 +00:00
gui Remove xdg-utils dependency 2022-02-13 19:23:00 +00:00
plugins Fix unit test for check & repair tool 2022-02-10 22:08:56 +00:00
test
__init__.py
grampsapp.py Merge branch 'gramps51' 2022-02-06 19:07:14 +00:00
version.py Bump to 5.1.6 2022-02-05 23:33:10 +00:00