[Groonga-commit] groonga/groonga [master] Remove garbage from expected result

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 7 16:15:20 JST 2013


Kouhei Sutou	2013-03-07 16:15:20 +0900 (Thu, 07 Mar 2013)

  New Revision: 8ab924437586aa15e0235feaa327684392393b37
  https://github.com/groonga/groonga/commit/8ab924437586aa15e0235feaa327684392393b37

  Message:
    Remove garbage from expected result
    
    Oh...

  Modified files:
    test/command/suite/select/function/sub_filter/column.expected

  Modified: test/command/suite/select/function/sub_filter/column.expected (+0 -62)
===================================================================
--- test/command/suite/select/function/sub_filter/column.expected    2013-03-07 15:46:31 +0900 (d94e820)
+++ test/command/suite/select/function/sub_filter/column.expected    2013-03-07 16:15:20 +0900 (708a29a)
@@ -80,65 +80,3 @@ select Packages   --filter 'sub_filter(files, "revision >= 10 && revision < 40")
     ]
   ]
 ]
-select Packages   --filter 'files.revision >= 10 && files.revision < 40'   --output_columns '_key, files, files.revision'
-[
-  [
-    0,
-    0.0,
-    0.0
-  ],
-  [
-    [
-      [
-        3
-      ],
-      [
-        [
-          "_key",
-          "ShortText"
-        ],
-        [
-          "files",
-          "Files"
-        ],
-        [
-          "files.revision",
-          "UInt32"
-        ]
-      ],
-      [
-        "rroonga",
-        [
-          "lib/groonga.rb",
-          "README.textile"
-        ],
-        [
-          12,
-          24
-        ]
-      ],
-      [
-        "groonga",
-        [
-          "include/groonga.h",
-          "src/groonga.c"
-        ],
-        [
-          100,
-          29
-        ]
-      ],
-      [
-        "mroonga",
-        [
-          "ha_mroonga.cc",
-          "ha_mroonga.hpp"
-        ],
-        [
-          40,
-          6
-        ]
-      ]
-    ]
-  ]
-]
-------------- next part --------------
HTML����������������������������...
Download 



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