about summary refs log tree commit homepage
path: root/test/test_debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_debug.rb')
-rw-r--r--test/test_debug.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_debug.rb b/test/test_debug.rb
index 0bdb673..d94bf9a 100644
--- a/test/test_debug.rb
+++ b/test/test_debug.rb
@@ -24,10 +24,6 @@ class MongrelDbgTest < Test::Unit::TestCase
     assert File.exist?("log/mongrel_debug"), "Didn't make logging directory"
     assert File.exist?("log/mongrel_debug/rails.log"), "Didn't make the rails.log file"
     assert File.size("log/mongrel_debug/rails.log") > 0, "Didn't write anything to the log."
-
-    Class.report_object_creations(out)
-    Class.reset_object_creations
-    Class.report_object_creations(out)
   end
 
 end