summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_servlet.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 07:09:21 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-27 07:09:21 +0000
commitef8e0908af4a1784d8e06b0110168e2df0f95f1e (patch)
tree8cc04051f27ecefd91408b29016b95605a33c94e /test/rdoc/test_rdoc_servlet.rb
parent585de40a6955434c93910295f452308c5f9d548f (diff)
* test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windows
* test/rdoc/test_rdoc_options.rb: ditto * test/rdoc/test_rdoc_parser.rb: ditto * test/rdoc/test_rdoc_rdoc.rb: ditto * test/rdoc/test_rdoc_ri_driver.rb: ditto * test/rdoc/test_rdoc_servlet.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rdoc/test_rdoc_servlet.rb')
-rw-r--r--test/rdoc/test_rdoc_servlet.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/rdoc/test_rdoc_servlet.rb b/test/rdoc/test_rdoc_servlet.rb
index 0234d33077..e349babeb0 100644
--- a/test/rdoc/test_rdoc_servlet.rb
+++ b/test/rdoc/test_rdoc_servlet.rb
@@ -248,6 +248,8 @@ class TestRDocServlet < RDoc::TestCase
end
def test_if_modified_since
+ skip 'File.utime on directory not supported' if Gem.win_platform?
+
temp_dir do
now = Time.now
File.utime now, now, '.'
@@ -259,6 +261,8 @@ class TestRDocServlet < RDoc::TestCase
end
def test_if_modified_since_not_modified
+ skip 'File.utime on directory not supported' if Gem.win_platform?
+
temp_dir do
now = Time.now
File.utime now, now, '.'