Re: [PATCH 3/3] test: ruby: simplify basic tests

2021-06-07 Thread Felipe Contreras
On Mon, Jun 7, 2021 at 6:53 PM David Bremner wrote: > > Felipe Contreras writes: > > >> > >> Is this assuming that the sort order in the CLI is the same as in the > >> library / bindings? that seems a bit fragile if so. > > > > Both the CLI and the bindings are using the same libnotmuch library.

Re: [PATCH 3/3] test: ruby: simplify basic tests

2021-06-07 Thread David Bremner
Felipe Contreras writes: >> >> Is this assuming that the sort order in the CLI is the same as in the >> library / bindings? that seems a bit fragile if so. > > Both the CLI and the bindings are using the same libnotmuch library. > If neither of them specify a sort order, the default sort order

Re: [PATCH 3/3] test: ruby: simplify basic tests

2021-05-23 Thread Felipe Contreras
On Sun, May 23, 2021 at 7:32 AM David Bremner wrote: > > Felipe Contreras writes: > > > We don't need to check for the order here, that is done in another test. > > > > Signed-off-by: Felipe Contreras > > --- > > test/T395-ruby.sh | 12 > > 1 file changed, 4 insertions(+), 8

Re: [PATCH 3/3] test: ruby: simplify basic tests

2021-05-23 Thread David Bremner
Felipe Contreras writes: > We don't need to check for the order here, that is done in another test. > > Signed-off-by: Felipe Contreras > --- > test/T395-ruby.sh | 12 > 1 file changed, 4 insertions(+), 8 deletions(-) > > diff --git a/test/T395-ruby.sh b/test/T395-ruby.sh > index

[PATCH 3/3] test: ruby: simplify basic tests

2021-05-01 Thread Felipe Contreras
We don't need to check for the order here, that is done in another test. Signed-off-by: Felipe Contreras --- test/T395-ruby.sh | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/test/T395-ruby.sh b/test/T395-ruby.sh index e828efed..9298bc9e 100755 ---