[Groonga-commit] groonga/groonga [master] test: fix expected value

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 9日 (土) 22:36:12 JST


Kouhei Sutou	2012-06-09 22:36:12 +0900 (Sat, 09 Jun 2012)

  New Revision: 3df7486f184a56599e8a92a4232012cc81110b54

  Log:
    test: fix expected value
    
    It's for string sort order change.

  Modified files:
    test/unit/http/test-http-select-drilldown.rb

  Modified: test/unit/http/test-http-select-drilldown.rb (+1 -1)
===================================================================
--- test/unit/http/test-http-select-drilldown.rb    2012-06-09 22:31:31 +0900 (64eae9d)
+++ test/unit/http/test-http-select-drilldown.rb    2012-06-09 22:36:12 +0900 (af35019)
@@ -176,7 +176,7 @@ module HTTPSelectDrilldownTests
   def test_default_limit
     assert_drilldown([["title", "ShortText"],
                       ["date", "Time"]],
-                     [["肉の会・パート1", 20091221.0]],
+                     [["groongaリリース(前編)", 20091218.0]],
                      [[[12],
                        [["_key", "Time"],
                         ["_nsubrecs", "Int32"]],




Groonga-commit メーリングリストの案内
Back to archive index