<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,10 @@
 # -*- ruby -*-
 
+begin
+  require 'autotest/fsevent'
+rescue LoadError
+end
+
 Autotest.add_hook :run_command do |at|
   at.unit_diff = 'cat'
   if ENV['ONENINE']</diff>
      <filename>.autotest</filename>
    </modified>
    <modified>
      <diff>@@ -2,9 +2,9 @@
 
 static void dealloc(xmlRelaxNGPtr schema)
 {
-  NOKOGIRI_DEBUG_START(doc);
+  NOKOGIRI_DEBUG_START(schema);
   xmlRelaxNGFree(schema);
-  NOKOGIRI_DEBUG_END(doc);
+  NOKOGIRI_DEBUG_END(schema);
 }
 
 /*</diff>
      <filename>ext/nokogiri/xml_relax_ng.c</filename>
    </modified>
    <modified>
      <diff>@@ -2,9 +2,9 @@
 
 static void dealloc(xmlSchemaPtr schema)
 {
-  NOKOGIRI_DEBUG_START(doc);
+  NOKOGIRI_DEBUG_START(schema);
   xmlSchemaFree(schema);
-  NOKOGIRI_DEBUG_END(doc);
+  NOKOGIRI_DEBUG_END(schema);
 }
 
 /*</diff>
      <filename>ext/nokogiri/xml_schema.c</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+Process.setrlimit(Process::RLIMIT_CORE, Process::RLIM_INFINITY)
 $VERBOSE = true
 require 'rubygems'
 require 'test/unit'</diff>
      <filename>test/helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8fa680d305ad6f94e2c92fcaa63fffda8666edbb</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Patterson</name>
    <email>aaron.patterson@gmail.com</email>
  </author>
  <url>http://github.com/tenderlove/nokogiri/commit/b3218cd1e9c71c45bd54643d0bccd6a118b7f1a3</url>
  <id>b3218cd1e9c71c45bd54643d0bccd6a118b7f1a3</id>
  <committed-date>2009-05-30T12:52:23-07:00</committed-date>
  <authored-date>2009-05-30T12:52:23-07:00</authored-date>
  <message>making sure the debug flags work, adding rlimit to the helper so we always get cores</message>
  <tree>542b2d87d3f76642e7410e2b8954b8b1fb92eca0</tree>
  <committer>
    <name>Aaron Patterson</name>
    <email>aaron.patterson@gmail.com</email>
  </committer>
</commit>
