[Groonga-commit] groonga/groonga at ae2d06e [master] test: use more recent date for MSVC

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 16 17:31:01 JST 2018


Kouhei Sutou	2018-05-16 17:31:01 +0900 (Wed, 16 May 2018)

  New Revision: ae2d06ebeec62c89b8627247a1da9338f8edb126
  https://github.com/groonga/groonga/commit/ae2d06ebeec62c89b8627247a1da9338f8edb126

  Message:
    test: use more recent date for MSVC

  Modified files:
    test/command/suite/select/function/sub_filter/accessor/vector/only.expected
    test/command/suite/select/function/sub_filter/accessor/vector/only.test

  Modified: test/command/suite/select/function/sub_filter/accessor/vector/only.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/sub_filter/accessor/vector/only.expected    2018-05-16 11:59:01 +0900 (2fd734b24)
+++ test/command/suite/select/function/sub_filter/accessor/vector/only.expected    2018-05-16 17:31:01 +0900 (db8f463df)
@@ -24,7 +24,7 @@ load --table Users
 {"_key": "Bob",    "birthday": "1988-01-04 00:00:00"},
 {"_key": "Carlos", "birthday": "1982-12-29 00:00:00"},
 {"_key": "David",  "birthday": "1981-12-29 00:00:00"},
-{"_key": "Elvis",  "birthday": "1935-01-08 00:00:00"},
+{"_key": "Elvis",  "birthday": "1975-01-08 00:00:00"},
 {"_key": "Frank",  "birthday": "1990-12-29 00:00:00"}
 ]
 [[0,0.0,0.0],6]

  Modified: test/command/suite/select/function/sub_filter/accessor/vector/only.test (+1 -1)
===================================================================
--- test/command/suite/select/function/sub_filter/accessor/vector/only.test    2018-05-16 11:59:01 +0900 (ae1e15e73)
+++ test/command/suite/select/function/sub_filter/accessor/vector/only.test    2018-05-16 17:31:01 +0900 (3c0d42068)
@@ -19,7 +19,7 @@ load --table Users
 {"_key": "Bob",    "birthday": "1988-01-04 00:00:00"},
 {"_key": "Carlos", "birthday": "1982-12-29 00:00:00"},
 {"_key": "David",  "birthday": "1981-12-29 00:00:00"},
-{"_key": "Elvis",  "birthday": "1935-01-08 00:00:00"},
+{"_key": "Elvis",  "birthday": "1975-01-08 00:00:00"},
 {"_key": "Frank",  "birthday": "1990-12-29 00:00:00"}
 ]
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180516/15ff451e/attachment-0001.htm 



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