Commit Graph

1 Commits

Author SHA1 Message Date
Mikhail Golubev
df4bbd4a66 PY-21244 Properly enumerate nested fields without explicit name or index
Previously they were enumerated in the opposite order, i.e.
descendant fields had lower indexes than their parents. Existing tests
didn't caught that problem because I misinterpreted the method
UsefulTestCase#assertSameElements(), should have used
UsefulTestCase#assertOrderedEquals() instead.
2016-11-08 18:20:22 +03:00