Code

test: remove a porcelain test that hard-codes commit names
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 7 Dec 2011 14:49:29 +0000 (08:49 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Dec 2011 21:37:07 +0000 (13:37 -0800)
commit67a612c4e5c106ad5b0e627ab3e87f0d5b768b3e
tree6c3f9f165e5478ea17a5fd719405a8d3c324a9d7
parent7b438f62f4ad901832defe5a72dcdd997b716c9a
test: remove a porcelain test that hard-codes commit names

The rev-list output in this test depends on the details of test_tick's
dummy dates and the choice of hash function.  Worse, it depends on the
order and nature of commits made in the earlier tests, so adding new
tests or rearranging existing ones breaks it.

It would be nice to check that "git commit" and commit-tree name
objects consistently and that commit objects' text is as documented,
but this particular test checks everything at once and hence is not a
robust test for that.  Remove it.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7501-commit.sh