[Groonga-commit] groonga/grnci at 60001c6 [master] Remove an old test.

Back to archive index

Susumu Yata null+****@clear*****
Mon Sep 11 17:50:06 JST 2017


Susumu Yata	2017-09-11 17:50:06 +0900 (Mon, 11 Sep 2017)

  New Revision: 60001c67008524a23608917d8ce298b8365ea243
  https://github.com/groonga/grnci/commit/60001c67008524a23608917d8ce298b8365ea243

  Message:
    Remove an old test.

  Modified files:
    v2/command_test.go

  Modified: v2/command_test.go (+0 -8)
===================================================================
--- v2/command_test.go    2017-09-11 17:36:58 +0900 (c7420e0)
+++ v2/command_test.go    2017-09-11 17:50:06 +0900 (de05be7)
@@ -161,14 +161,6 @@ func TestFormatParamMatchColumns(t *testing.T) {
 	}
 }
 
-func TestFormatParamJSON(t *testing.T) {
-	if actual, err := formatParamJSON("", []string{"a", "b", "c"}); err != nil {
-		t.Fatalf("formatParamJSON failed: %v", err)
-	} else if want := `["a","b","c"]`; actual != want {
-		t.Fatalf("formatParamJSON failed: actual = %s, want = %s", actual, want)
-	}
-}
-
 func TestFormatParamDefault(t *testing.T) {
 	if actual, err := formatParamDefault("", true); err == nil {
 		t.Fatalf("formatParamDefault wrongly succeeded: actual = %s", actual)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170911/db5241ec/attachment-0001.htm 



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