[Groonga-commit] droonga/droonga-engine at 2b620a3 [master] test: Fix drntest for delete with invalid filter

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 15:36:14 JST 2014


YUKI Hiroshi	2014-04-24 15:36:14 +0900 (Thu, 24 Apr 2014)

  New Revision: 2b620a3eef99d2da561737457d32239971f71607
  https://github.com/droonga/droonga-engine/commit/2b620a3eef99d2da561737457d32239971f71607

  Message:
    test: Fix drntest for delete with invalid filter

  Modified files:
    test/command/suite/groonga/delete/invalid-filter.expected
    test/command/suite/groonga/delete/invalid-filter.test

  Modified: test/command/suite/groonga/delete/invalid-filter.expected (+1 -1)
===================================================================
--- test/command/suite/groonga/delete/invalid-filter.expected    2014-04-24 15:34:38 +0900 (205d66a)
+++ test/command/suite/groonga/delete/invalid-filter.expected    2014-04-24 15:36:14 +0900 (06680f7)
@@ -7,7 +7,7 @@
       -63,
       0.0,
       0.0,
-      "syntax error in filter: <_key>"
+      "syntax error in filter: <*>"
     ],
     false
   ]

  Modified: test/command/suite/groonga/delete/invalid-filter.test (+1 -1)
===================================================================
--- test/command/suite/groonga/delete/invalid-filter.test    2014-04-24 15:34:38 +0900 (2725217)
+++ test/command/suite/groonga/delete/invalid-filter.test    2014-04-24 15:36:14 +0900 (ea00155)
@@ -4,6 +4,6 @@
   "dataset": "Droonga",
   "body": {
     "table"  : "User",
-    "filter" : "_key"
+    "filter" : "*"
   }
 }
-------------- next part --------------
HTML����������������������������...
Download 



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