<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -165,15 +165,17 @@ class LayoutStatusIsRenderedTest &lt; ActionController::TestCase
   end
 end
 
-class LayoutSymlinkedTest &lt; LayoutTest
-  layout &quot;symlinked/symlinked_layout&quot;
-end
-
-class LayoutSymlinkedIsRenderedTest &lt; ActionController::TestCase
-  def test_symlinked_layout_is_rendered
-    @controller = LayoutSymlinkedTest.new
-    get :hello
-    assert_response 200
-    assert_equal &quot;layouts/symlinked/symlinked_layout&quot;, @response.layout
+unless RUBY_PLATFORM =~ /(:?mswin|mingw|bccwin)/
+  class LayoutSymlinkedTest &lt; LayoutTest
+    layout &quot;symlinked/symlinked_layout&quot;
+  end
+
+  class LayoutSymlinkedIsRenderedTest &lt; ActionController::TestCase
+    def test_symlinked_layout_is_rendered
+      @controller = LayoutSymlinkedTest.new
+      get :hello
+      assert_response 200
+      assert_equal &quot;layouts/symlinked/symlinked_layout&quot;, @response.layout
+    end
   end
 end</diff>
      <filename>actionpack/test/controller/layout_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>28347d889bb4304e681bf885fea734067fdd8ff6</id>
    </parent>
  </parents>
  <author>
    <name>Yaroslav Markin</name>
    <email>yaroslav@markin.net</email>
  </author>
  <url>http://github.com/rails/rails/commit/fdaa9ed0336634c33b5a529dfe4f5ed506a1fc5e</url>
  <id>fdaa9ed0336634c33b5a529dfe4f5ed506a1fc5e</id>
  <committed-date>2008-12-27T09:33:13-08:00</committed-date>
  <authored-date>2008-12-27T09:28:28-08:00</authored-date>
  <message>Fix ActionPack build on Windows: we really should not test anything regarding symlinks on Windows.

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
  <tree>ce268a359eacb91ba9b1ae46a7045817e983e945</tree>
  <committer>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </committer>
</commit>
