<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -55,7 +55,7 @@ module Cerberus
     
     def initialize(application_name, cli_options = {})
       unless File.exists?(&quot;#{HOME}/config/#{application_name}.yml&quot;)
-        say &quot;Project '#{application_name}' does not present in Cerberus. Type 'cerberus list' to see the list of all active projects.&quot;
+        say &quot;Project '#{application_name}' does not exist in Cerberus. Type 'cerberus list' to see the list of all active projects.&quot;
       end
       @app_root = &quot;#{HOME}/work/#{application_name}&quot;
       
@@ -88,7 +88,7 @@ module Cerberus
     
     def initialize(application_name, cli_options = {})
       unless File.exists?(&quot;#{HOME}/config/#{application_name}.yml&quot;)
-        say &quot;Project '#{application_name}' does not present in Cerberus. Type 'cerberus list' to see the list of all active projects.&quot;
+        say &quot;Project '#{application_name}' does not exist in Cerberus. Type 'cerberus list' to see the list of all active projects.&quot;
       end
       
       app_root = &quot;#{HOME}/work/#{application_name}&quot;
@@ -141,7 +141,6 @@ module Cerberus
               Publisher.get(pub, publisher_config).publish(@status, self, @config) if events.include?(@status.current_state)
             end
             
-            
             #Process hooks
             hooks = @config[:hook]
             hooks.each_pair{|name, hook|</diff>
      <filename>lib/cerberus/manager.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ class IntegrationTest &lt; Test::Unit::TestCase
     FileUtils.rm_rf HOME
   end
 
-  def test_add_project_as_url
+  def test_add_project_as_url_subversion
     output = run_cerb(&quot;  add   #{SVN_URL}  &quot;)
     assert_match /has been added to Cerberus successfully/, output
     assert File.exists?(HOME + '/config/svn_repo.yml')
@@ -31,8 +31,13 @@ class IntegrationTest &lt; Test::Unit::TestCase
   end
 
   def test_status_command
-    # FIXME: add real tests
-    assert true
+    run_cerb(&quot;  add   #{SVN_URL}  APPLICATION_NAME=mamba &quot;)
+    output = run_cerb(&quot; status &quot;)
+    assert_match /Project Name/, output
+    assert_match /Revision/, output
+    assert_match /Status/, output
+    assert_match /mamba/, output
+    assert_match /(Pass|Fail)/, output
   end
 
   def test_add_project_with_parameters
@@ -80,7 +85,7 @@ class IntegrationTest &lt; Test::Unit::TestCase
 
   def test_run_unexist_project
     output = run_cerb(&quot;build some_project&quot;)
-    assert_match /Project 'some_project' does not present in Cerberus/, output
+    assert_match /Project 'some_project' does not exist in Cerberus/, output
     assert !test(?d, HOME + '/work/some_project')
   end
 
@@ -104,7 +109,7 @@ class IntegrationTest &lt; Test::Unit::TestCase
 
   def test_hook
     some_number = rand(100000)
-    tmp_file = File.join(TEMP_DIR, 'some_number')
+    tmp_file = File.join(TEMP_DIR, '/some_number')
     config_file = HOME + '/config/hooks.yml'
 
     add_application('hooks', SVN_URL, 'quiet' =&gt; true)
@@ -113,7 +118,7 @@ class IntegrationTest &lt; Test::Unit::TestCase
     cfg['hook'] = {'echo' =&gt; {'action' =&gt; &quot;echo #{some_number} &gt; #{tmp_file}&quot;}}
     dump_yml(config_file, cfg)
 
-    File.rm_f tmp_file
+    # File.rm_f tmp_file
     run_cerb(&quot;build hooks&quot;)
     assert_equal some_number.to_s, IO.read(tmp_file).strip
     File.rm_f tmp_file</diff>
      <filename>test/integration_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>203fa61b96a23f78685146c0fba8ba3884067c88</id>
    </parent>
  </parents>
  <author>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </author>
  <url>http://github.com/cpjolicoeur/cerberus/commit/cb83b68f28b88e6d94fae16a3ba67aa8e10a2ff1</url>
  <id>cb83b68f28b88e6d94fae16a3ba67aa8e10a2ff1</id>
  <committed-date>2009-10-24T18:30:29-07:00</committed-date>
  <authored-date>2009-10-24T18:30:29-07:00</authored-date>
  <message>update tests</message>
  <tree>966644a05029affcd3a9cc8e1be8ff99fa12bd93</tree>
  <committer>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </committer>
</commit>
