<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,12 +8,12 @@ class Test::Unit::TestCase
     result.class.class_eval do
       
       def add_error_with_log_error(error)
-        puts error.to_s
+        puts &quot;\nERROR: #{error.test_name}&quot;
         add_error_without_log_error(error)
       end
     
       def add_failure_with_log_failure(failure)          
-        puts failure.to_s
+        puts &quot;\nFAILURE: #{failure.test_name}&quot;
         add_failure_without_log_failure(failure)
       end
     
@@ -27,7 +27,7 @@ class Test::Unit::TestCase
     end_time = Time.now
 
     duration = (end_time - begin_time) 
-    long_test = duration &gt; '.25'.to_f
+    long_test = duration &gt; '5.0'.to_f
     puts &quot;\nSLOW TEST: #{duration} - #{self.name}&quot; if long_test
   end
   </diff>
      <filename>lib/tobi_test_timer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0b7f3ded904f03b788f6e179b42df7312ad8cfbd</id>
    </parent>
  </parents>
  <author>
    <name>Ben Kruger</name>
    <email>bkruger@gmail.com</email>
  </author>
  <url>http://github.com/gittobi/tobi_test_timer/commit/547f58e75672dd6ac38f131fa59d5416ab1a3ca2</url>
  <id>547f58e75672dd6ac38f131fa59d5416ab1a3ca2</id>
  <committed-date>2008-06-29T09:01:36-07:00</committed-date>
  <authored-date>2008-06-29T09:01:36-07:00</authored-date>
  <message>adjusted error and failure output.  This was primarly done for our continuous integration integration.  Also adjusted threshold to 5 seconds since we have way too many sow tests.  Again that should be a configuration.</message>
  <tree>dcc5a447c08546f542c6117560d10a6befaf6449</tree>
  <committer>
    <name>Ben Kruger</name>
    <email>bkruger@gmail.com</email>
  </committer>
</commit>
