<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,7 +36,7 @@ class ProjectTest &lt; Test::Unit::TestCase
 
     it &quot;has a branch&quot; do
       assert_equal &quot;master&quot;, @project.branch
-      assert_equal &quot;master&quot;,       Project.new.branch
+      assert_equal &quot;master&quot;, Project.new.branch
     end
 
     it &quot;has a command&quot; do
@@ -46,7 +46,7 @@ class ProjectTest &lt; Test::Unit::TestCase
     
     it &quot;has an onsuccess&quot; do
       assert_equal &quot;date&quot;, @project.onsuccess
-      assert_equal &quot;date&quot;, Project.new.onsuccess
+      assert_nil Project.new.onsuccess
     end
 
     it &quot;knows it's visibility&quot; do</diff>
      <filename>test/unit/project_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,4 +27,4 @@
   %h2 Success Output:
   %pre.output
     :preserve
-      #{bash_color_codes h(build.success_output)}
\ No newline at end of file
+      #{bash_color_codes h(build.onsuccess_output)}
\ No newline at end of file</diff>
      <filename>views/_build_info.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4ea21d9f163daaaf7cedbf8b078e9785497aafa9</id>
    </parent>
  </parents>
  <author>
    <name>Michael Erb</name>
    <email>michael@erbmicha.com</email>
  </author>
  <url>http://github.com/erbmicha/integrity/commit/67f9aff5cb831c36e8b5153404d8f15b29ebd638</url>
  <id>67f9aff5cb831c36e8b5153404d8f15b29ebd638</id>
  <committed-date>2009-11-05T07:44:36-08:00</committed-date>
  <authored-date>2009-11-05T07:44:36-08:00</authored-date>
  <message>fixed a couple boneheaded bugs in the project test and the build_info page</message>
  <tree>bd72e7b0457d50efd98a4b028dfda762ecae52c9</tree>
  <committer>
    <name>Michael Erb</name>
    <email>michael@erbmicha.com</email>
  </committer>
</commit>
