Re: [PATCH 1/4] test: insert into the folder with trailing /

2017-08-20 Thread David Bremner
Yuri Volchkov writes: > From database's point of view, "Drafts" and "Drafts/" are different > folders > > Signed-off-by: Yuri Volchkov Merged this test, marked as known-broken ___ notmuch mailing list

Re: [PATCH 1/4] test: insert into the folder with trailing /

2017-08-16 Thread David Bremner
Yuri Volchkov writes: > From database's point of view, "Drafts" and "Drafts/" are different > folders > > Signed-off-by: Yuri Volchkov > --- > test/T070-insert.sh | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git

[PATCH 1/4] test: insert into the folder with trailing /

2017-08-12 Thread Yuri Volchkov
From database's point of view, "Drafts" and "Drafts/" are different folders Signed-off-by: Yuri Volchkov --- test/T070-insert.sh | 7 +++ 1 file changed, 7 insertions(+) diff --git a/test/T070-insert.sh b/test/T070-insert.sh index 48f212e..380934a 100755 ---