[Groonga-commit] ranguba/rroonga at b6c900a [master] test: omit a test that uses TZ on Windows

Back to archive index
Kouhei Sutou null+****@clear*****
Sat May 11 06:49:13 JST 2019


Kouhei Sutou	2019-05-11 06:49:13 +0900 (Sat, 11 May 2019)

  Revision: b6c900a35a4561df4ec7d14600c1f688ebe7c4c1
  https://github.com/ranguba/rroonga/commit/b6c900a35a4561df4ec7d14600c1f688ebe7c4c1

  Message:
    test: omit a test that uses TZ on Windows

  Modified files:
    test/test-record.rb

  Modified: test/test-record.rb (+2 -1)
===================================================================
--- test/test-record.rb    2019-05-11 06:48:14 +0900 (965f9957)
+++ test/test-record.rb    2019-05-11 06:49:13 +0900 (be197f37)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2013  Kouhei Sutou <kou****@clear*****>
+# Copyright (C) 2009-2019  Kouhei Sutou <kou****@clear*****>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -647,6 +647,7 @@ class RecordTest < Test::Unit::TestCase
     end
 
     def test_to_json
+      only_not_windows
       ENV["TZ"] = "Japan"
       created_at = Time.parse("2013-05-16T16:57:34+09:00")
       values = {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190511/a6503b9a/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index