search for: pasteserv

Displaying 2 results from an estimated 2 matches for "pasteserv".

Did you mean: fastserv
2006 Mar 07
3
STI and unit testing
...errors shouldn''t BarTest only have two tests? test_say_hi() which is inherited from FooTest and test_say_hello(), I don''t understand why the parent test case is also being run. Can anyone shed some light on this please? thanks in advance alan code (also pasted to http://www.pasteserver.net/paste/show/152): 1 # model Foo, created using generator 2 3 class Foo < ActiveRecord::Base 4 5 def say_hi 6 "hi" 7 end 8 9 end 10 11 # model Bar, created manually and saved in bar.rb 12 class Bar < Foo 13 14 def say_...
2007 Feb 28
1
1.0rc_15 - imap-login disappearing
...er, and monitored the running processes while attempting to connect. After each connection attempt, the number of imap-idle processes running decremented until none at all were running. Before the final imap-login process died, I attached an instance of strace to it - results here: http://www.pasteserver.net/286 I am running Dovecot 1.0_rc15 on a Gentoo server. It's a vmware virtual server - mentioning this now just in case, but I'm confident that's not anything to do with it, no other services are having any problems that I am aware of. I am using TLS and Maildir. I don't k...