tests: add a test for the new with_raw_output mechanism
authorDavid Aguilar <davvid@gmail.com>
Thu, 29 May 2008 09:19:18 +0000 (02:19 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 29 May 2008 09:19:18 +0000 (02:19 -0700)
commit80b60fafa94b794fa77fab85e1df66f52598f3ac
tree4c85b583f690b218851c22af956ec9fa61bafa86
parent4e509130b7dfc97eeb4a517d6c9c65a8d6204234
tests: add a test for the new with_raw_output mechanism

This test ensures that trailing whitespace is preserved
when git.foo( with_raw_output=True ) is called, and vice
versa.

Signed-off-by: David Aguilar <davvid@gmail.com>
test/git/test_git.py