<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -91,6 +91,7 @@ module Fit
             fixture.interpret_tables tables
           rescue Exception =&gt; e
             exception fixture_name, e
+            @listener.table_finished(tables)
             interpret_following_tables tables
           end
         end
@@ -217,11 +218,13 @@ module Fit
     end
 
     def exception cell, e
-      stacktrace = e.backtrace.join &quot;\n&quot;
-      message = e.message.gsub(/&gt;/, '&amp;gt;').gsub(/&lt;/, '&amp;lt;')
-      cell.add_to_body &quot;&lt;hr&gt;&lt;font size=-2&gt;&lt;pre&gt;#{message}\n#{stacktrace}&lt;/pre&gt;&lt;/font&gt;&quot;
-      cell.add_to_tag(' bgcolor=&quot;' + YELLOW + '&quot;')
-      @counts.exceptions += 1
+       unless cell.tag[YELLOW]
+          stacktrace = e.backtrace.join &quot;\n&quot;
+          message = e.message.gsub(/&gt;/, '&amp;gt;').gsub(/&lt;/, '&amp;lt;')
+          cell.add_to_body &quot;&lt;hr&gt;&lt;font size=-2&gt;&lt;pre&gt;#{message}\n#{stacktrace}&lt;/pre&gt;&lt;/font&gt;&quot;
+          cell.add_to_tag(' bgcolor=&quot;' + YELLOW + '&quot;')
+          @counts.exceptions += 1
+       end
     end
     
     def info cell, message</diff>
      <filename>lib/fit/fixture.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3c00f2046badbe852f4b3831133fd345d893ac36</id>
    </parent>
  </parents>
  <author>
    <name>Luke Amdor</name>
    <email>luke@absoluterubbish.net</email>
  </author>
  <url>http://github.com/rubbish/rubyfit/commit/62e116998852f06315dc705e2202668d84076279</url>
  <id>62e116998852f06315dc705e2202668d84076279</id>
  <committed-date>2008-04-03T18:44:17-07:00</committed-date>
  <authored-date>2008-04-03T18:44:17-07:00</authored-date>
  <message>Luke -- if first table can't be interpeted show error

 # listener gets called with the table if we have an error on first table in do_tables
 # not adding and exception to a cell if there is already an exception on that cell</message>
  <tree>8a2c71ca1c9909ddf93e9e7132c415c661e0d543</tree>
  <committer>
    <name>Luke Amdor</name>
    <email>luke@absoluterubbish.net</email>
  </committer>
</commit>
