Merge branch 'fc/completion-test-simplification'
commit1cab289026272790b447b2ce80d574df1430e4a4
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2012 20:52:10 +0000 (29 12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2012 20:52:10 +0000 (29 12:52 -0800)
tree20da9999b26ccab907244c5ee1c4e62b67830c10
parent8a6a6f4259a7ae3d93471986a4bcf8209c443e57
parent173930330ad039d8c09b821001abd95d040a2832
Merge branch 'fc/completion-test-simplification'

Clean up completion tests.  Use of conslidated helper may make
instrumenting one particular test during debugging of the test
itself, but I think 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