[Groonga-commit] groonga/groonga at 4e5802f [master] table_remove: add a test that tries to remove a nonexistent table

Back to archive index

Susumu Yata null+****@clear*****
Thu Mar 24 19:17:26 JST 2016


Susumu Yata	2016-03-24 19:17:26 +0900 (Thu, 24 Mar 2016)

  New Revision: 4e5802f1052a5ff55f1ef4fa10d22fbee81d124d
  https://github.com/groonga/groonga/commit/4e5802f1052a5ff55f1ef4fa10d22fbee81d124d

  Message:
    table_remove: add a test that tries to remove a nonexistent table
    
    GitHub: #504

  Added files:
    test/command/suite/table_remove/invalid/nonexistent.expected
    test/command/suite/table_remove/invalid/nonexistent.test

  Added: test/command/suite/table_remove/invalid/nonexistent.expected (+3 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/table_remove/invalid/nonexistent.expected    2016-03-24 19:17:26 +0900 (7876e29)
@@ -0,0 +1,3 @@
+table_remove Users
+[[[-22,0.0,0.0],"[table][remove] table isn't found: <Users>"],false]
+#|e| [table][remove] table isn't found: <Users>

  Added: test/command/suite/table_remove/invalid/nonexistent.test (+1 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/table_remove/invalid/nonexistent.test    2016-03-24 19:17:26 +0900 (647c9d9)
@@ -0,0 +1 @@
+table_remove Users
-------------- next part --------------
HTML����������������������������...
下载 



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