]> git.cworth.org Git - sup/commit
added some unit tests for message parsing
authorIsmo Puustinen <ismo@iki.fi>
Fri, 4 Jan 2008 04:56:15 +0000 (20:56 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Fri, 4 Jan 2008 04:56:15 +0000 (20:56 -0800)
commitd7fe1056e17c8e485402d92f270fc48cea969fa4
tree5f478e145677c6d51e7af0060cc6180dcc39cd7d
parent3ab1b5678e75a1b539f4691f1a7a2316ef7f072a
added some unit tests for message parsing

excerpts from original message from Ismo Puustinen <ismo@iki.fi>:
I wrote one new unit test. The difference to previous tests is that
this test actually currently fails: for some reason, dividing a
message body into chunks doesn't succeed. The message in question
is an actual email message sent to vim-mac mailing list; only
the names and email addresses have been obscured. I selected the
message for the tests because it kept crashing my sup-sync. :-)
test/dummy_source.rb [new file with mode: 0644]
test/test_message.rb [new file with mode: 0644]