<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,13 +4,13 @@ describe Topic do
   define_models
 
   it &quot;updates forum_id for posts when topic forum is changed&quot; do
-    pending('Causing SQLite3::SQLException')
+    pending('Causing SQLite3::SQLException') if Topic.connection.class.name =~ /sqlite/i
     topics(:default).update_attribute :forum, forums(:other)
     posts(:default).reload.forum.should == forums(:other)
   end
   
   it &quot;leaves other topic post #forum_ids alone when updating forum&quot; do
-    pending('Causing SQLite3::SQLException')
+    pending('Causing SQLite3::SQLException') if Topic.connection.class.name =~ /sqlite/i
     topics(:default).update_attribute :forum, forums(:other)
     posts(:other).reload.forum.should == forums(:default)
   end
@@ -129,27 +129,27 @@ describe Topic, &quot;being moved to another forum&quot; do
   end
   
   it &quot;decrements old forums cached topics_count&quot; do
-    pending('Causing SQLite3::SQLException')
+    pending('Causing SQLite3::SQLException') if Topic.connection.class.name =~ /sqlite/i
     @moving_forum.should change { @forum.reload.topics.size }.by(-1)
   end
   
   it &quot;decrements old forums cached posts_count&quot; do
-    pending('Causing SQLite3::SQLException')
+    pending('Causing SQLite3::SQLException') if Topic.connection.class.name =~ /sqlite/i
     @moving_forum.should change { @forum.reload.posts.size }.by(-1)
   end
   
   it &quot;increments new forums cached topics_count&quot; do
-    pending('Causing SQLite3::SQLException')
+    pending('Causing SQLite3::SQLException') if Topic.connection.class.name =~ /sqlite/i
     @moving_forum.should change { @new_forum.reload.topics.size }.by(1)
   end
   
   it &quot;increments new forums cached posts_count&quot; do
-    pending('Causing SQLite3::SQLException')
+    pending('Causing SQLite3::SQLException') if Topic.connection.class.name =~ /sqlite/i
     @moving_forum.should change { @new_forum.reload.posts.size }.by(1)
   end
   
   it &quot;moves posts to new forum&quot; do
-    pending('Causing SQLite3::SQLException')
+    pending('Causing SQLite3::SQLException') if Topic.connection.class.name =~ /sqlite/i
     @topic.posts.each { |p| p.forum.should == @forum }
     @moving_forum.call
     @topic.posts.each { |p| p.reload.forum.should == @new_forum }</diff>
      <filename>spec/models/topic_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0251287b83358934f3eea49a7448d9ed8d2516ec</id>
    </parent>
  </parents>
  <author>
    <name>rick</name>
    <email>rick@spacemonkey.local</email>
  </author>
  <url>http://github.com/technoweenie/altered_beast/commit/54642e01410f93be9d3716e5ac634a7c8248b0aa</url>
  <id>54642e01410f93be9d3716e5ac634a7c8248b0aa</id>
  <committed-date>2008-04-27T09:59:31-07:00</committed-date>
  <authored-date>2008-04-27T09:59:31-07:00</authored-date>
  <message>please dont penalize the rest of us just because sqlite3 sucks</message>
  <tree>3d3e9bb03c705deca7bb17bf4321a07184cace96</tree>
  <committer>
    <name>rick</name>
    <email>rick@spacemonkey.local</email>
  </committer>
</commit>
