diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-10-03 17:23:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-04 09:28:00 +0900 |
commit | 63be8c8dd7f6ddb90613162b0dc05fa11ee60eec (patch) | |
tree | da7fb286493e9460affb8067b2b238107943933e /fetch-object.h | |
parent | t4214: use test_merge (diff) | |
download | tgif-63be8c8dd7f6ddb90613162b0dc05fa11ee60eec.tar.xz |
t4214: generate expect in their own test cases
Before, the expect files of the test case were being generated in the
setup method. However, it would make more sense to generate these files
within the test cases that actually use them so that it's obvious to
future readers where the expected values are coming from.
Move the generation of the expect files in their own respective test
cases.
While we're at it, we want to establish a pattern in this test suite
that, firstly, a non-colored test case is given then, immediately after,
the colored version is given.
Switch test cases "log --graph with tricky octopus merge, no color" and
"log --graph with tricky octopus merge with colors" so that the "no
color" version appears first.
This patch is best viewed with `--color-moved`.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fetch-object.h')
0 files changed, 0 insertions, 0 deletions