test/testhelp.rb in mongrel-0.3.13.2 vs test/testhelp.rb in mongrel-0.3.13.3
- old
+ new
@@ -1,4 +1,10 @@
+# Copyright (c) 2005 Zed A. Shaw
+# You can redistribute it and/or modify it under the same terms as Ruby.
+#
+# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.html
+# for more information.
+
def redirect_test_io
orig_err = STDERR.dup
orig_out = STDOUT.dup
STDERR.reopen("test_stderr.log")
STDOUT.reopen("test_stdout.log")