<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module Polonium
   # The Test Case class that runs your Selenium tests.
   # You are able to use all methods provided by Selenium::SeleneseInterpreter with some additions.
-  class TestCase &lt; Test::Unit::TestCase
+  class TestCase &lt; defined?(ActiveSupport::TestCase) ? ActiveSupport::TestCase : Test::Unit::TestCase
     class &lt;&lt; self
       unless Object.const_defined?(:RAILS_ROOT)
         attr_accessor :use_transactional_fixtures, :use_instantiated_fixtures</diff>
      <filename>lib/polonium/test_case.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac4576ecaff35799f606a8cf29b7a5c901b7783d</id>
    </parent>
  </parents>
  <author>
    <name>pivotal</name>
    <email>pivotal@prince.(none)</email>
  </author>
  <url>http://github.com/pivotal/polonium/commit/1ed1e6e98344c5c70fbdae72e4591fa40bedca4c</url>
  <id>1ed1e6e98344c5c70fbdae72e4591fa40bedca4c</id>
  <committed-date>2009-04-15T14:48:57-07:00</committed-date>
  <authored-date>2009-04-15T14:48:57-07:00</authored-date>
  <message>Rails 2.3+ hangs #use_transactional_fixtures and the like off of ActiveSupport::TestCase only. Use it if available.</message>
  <tree>9178ab87a929bb391a1d4622e221c27ceb1dbbe4</tree>
  <committer>
    <name>pivotal</name>
    <email>pivotal@prince.(none)</email>
  </committer>
</commit>
