<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test/RUN_ALL_TESTS.RB</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,12 @@
+# If this script returns without the word pass
+# you may have compiled mysqlplus using ruby and
+# run it using a different version of ruby
+
 if RUBY_VERSION &gt;= &quot;1.9.1&quot;
  require 'mysqlplus'
  require 'socket'
- TCPServer.new '0.0.0.0', 8002
  require 'timeout'
+ TCPServer.new '0.0.0.0', 8002
  Thread.new { 
   sleep 2
   print &quot;pass&quot;
@@ -13,5 +17,6 @@ if RUBY_VERSION &gt;= &quot;1.9.1&quot;
   # which hangs otherwise (blows up if code is bad, otherwise hangs)
   Mysql.real_connect '127.0.0.1', 'root', 'pass', 'db', 8002
  }
+ raise 'should never get here'
 end
 </diff>
      <filename>test/connect_failure2_test.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/test_all.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c5042772b5e32ad68bfe61964119b292c667bed5</id>
    </parent>
  </parents>
  <author>
    <name>Roger Pack</name>
    <email>rogerpack2005@gmail.com</email>
  </author>
  <url>http://github.com/oldmoe/mysqlplus/commit/b44d124700868695f0ab757b3b738e08c14e2a01</url>
  <id>b44d124700868695f0ab757b3b738e08c14e2a01</id>
  <committed-date>2009-04-21T08:08:40-07:00</committed-date>
  <authored-date>2009-04-21T08:08:40-07:00</authored-date>
  <message>add some notes to the tests</message>
  <tree>34852d100e8295c5bff9c42812ef99a509fb43da</tree>
  <committer>
    <name>Roger Pack</name>
    <email>rogerpack2005@gmail.com</email>
  </committer>
</commit>
