Displaying 2 results from an estimated 2 matches for "35559".
2004 Dec 19
3
Cannot access a file with Mulberry from a dovecot server if the mail does not end with a newline character.
...dovecot.
The problem is the following: I copied the file in the Maildir
directory, opened the copied file with vi and saved it.
Now, I run a diff:
| $ diff orig:2,S copy:2,S
| Warning: missing newline at end of file orig:2,S
| 12c12
| < <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
| ---
| > <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
As you can see, vi adds the newline on the last line automatically if
you save the file. Now, Mulberry/dovecot is able to read this file.
I'm not sure if this is a dovecot or Mulberry problem.
btw: This probl...
2007 Jan 25
0
mocking methods that receive blocks - back to mocking Thread again
...ample wasn''t good either. It really makes only sense in the
context of using Thread.
I finally came up with this code, that should now test all important
aspects of running a task in a background thread (to keep it simple, I
left out the exception handling).
see http://pastie.caboo.se/35559 or end of mail.
It seems, TaskRunner is now very well covered by the specs - if you find
a way to break TaskRunner without breaking the specs, please let me know.
Unfortunately the specifications seem to be a little bit hard to read
now. Any suggestions for improvements?
bye,
Tobias
class Tas...