Re: [PATCH] test: sort the output of the "prefix" test in T610-message-property

2020-04-23 Thread David Bremner
Olivier Taïbi writes: > This test extracts values from a (key,value) map where multiple entries > can have the same key, and the entries are sorted by key, but not by > value. The test incorrectly assumes that the values will be sorted as > well, so sort the output. pushed. d

Re: [PATCH] test: sort the output of the "prefix" test in T610-message-property

2020-04-20 Thread Tomi Ollila
On Sun, Apr 19 2020, Olivier Taïbi wrote: > This test extracts values from a (key,value) map where multiple entries > can have the same key, and the entries are sorted by key, but not by > value. The test incorrectly assumes that the values will be sorted as > well, so sort the output. This

[PATCH] test: sort the output of the "prefix" test in T610-message-property

2020-04-19 Thread Olivier Taïbi
This test extracts values from a (key,value) map where multiple entries can have the same key, and the entries are sorted by key, but not by value. The test incorrectly assumes that the values will be sorted as well, so sort the output. --- test/T610-message-property.sh | 12 1 file

Re: [PATCH] test: sort the output of the "prefix" test in T610-message-property as needed

2020-04-18 Thread Tomi Ollila
On Fri, Apr 17 2020, Olivier Taïbi wrote: > the "prefix" test in T610-message-property extracts values from a > (key,value) map where multiple entries can have the same key, and the > entries are sorted by key, but not by value. The test incorrectly > assumes that the values will be sorted as

[PATCH] test: sort the output of the "prefix" test in T610-message-property as needed

2020-04-17 Thread Olivier Taïbi
the "prefix" test in T610-message-property extracts values from a (key,value) map where multiple entries can have the same key, and the entries are sorted by key, but not by value. The test incorrectly assumes that the values will be sorted as well, so correct this by splitting the output using