Merge branch 'fc/completion-test-simplification' into next
commitb7b2f674d9685a5cc96451d0918136f0f1c00b7b
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:56:11 +0000 (28 13:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:56:11 +0000 (28 13:56 -0800)
tree7ba2d3f66c3b0221c48e2a58eb7debc68ddd0127
parent1780af9e23e72394e25f4d473ed276fca0639a30
parent173930330ad039d8c09b821001abd95d040a2832
Merge branch 'fc/completion-test-simplification' into next

Clean up completion tests.  Use of conslidated helper may make
instrumenting one particular test during debugging of the test
itself, but that issue should be addressed in some other way
(e.g. making sure individual tests in 9902 can be skipped).

* fc/completion-test-simplification:
  completion: simplify __gitcomp() test helper
  completion: refactor __gitcomp related tests
  completion: consolidate test_completion*() tests
  completion: simplify tests using test_completion_long()
  completion: standardize final space marker in tests
  completion: add comment for test_completion()
t/t9902-completion.sh