]> git.notmuchmail.org Git - notmuch/commitdiff
test: Make it easier to resolve conflicts when adding new tests
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 23 Jan 2011 11:12:24 +0000 (12:12 +0100)
committerCarl Worth <cworth@cworth.org>
Wed, 26 Jan 2011 12:37:21 +0000 (22:37 +1000)
Currently, there are two places in the test framework that contain very
long list on a single line. Whenever a test is added (or changed) in
several branches and these branches are merged, it results in conflict
which is hard to resolve because one has to go through the whole long
line to find where the conflict is.

This patch splits these long lists to several lines so that the
conflicts are easier to resolve.


No differences found