[Groonga-commit] groonga/grngo at 0c9b7e8 [master] Add logging in tests.

Back to archive index

susumu.yata null+****@clear*****
Wed Jul 29 19:13:38 JST 2015


susumu.yata	2015-07-29 19:13:38 +0900 (Wed, 29 Jul 2015)

  New Revision: 0c9b7e8dcafa61a5dbba4db7eefcb35b92e5e9aa
  https://github.com/groonga/grngo/commit/0c9b7e8dcafa61a5dbba4db7eefcb35b92e5e9aa

  Message:
    Add logging in tests.

  Modified files:
    grngo_test.go

  Modified: grngo_test.go (+2 -0)
===================================================================
--- grngo_test.go    2015-07-29 19:11:26 +0900 (5c14811)
+++ grngo_test.go    2015-07-29 19:13:38 +0900 (b69a48d)
@@ -264,6 +264,7 @@ func TestKey(t *testing.T) {
 		"UInt64", "Float", "Time", "ShortText", "TokyoGeoPoint", "WGS84GeoPoint",
 	}
 	for _, keyType := range keyTypes {
+		t.Logf("keyType = %s", keyType)
 		options := NewTableOptions()
 		options.KeyType = keyType
 		table, err := db.CreateTable("Table", options)
@@ -303,6 +304,7 @@ func TestValue(t *testing.T) {
 		"UInt64", "Float", "Time", "TokyoGeoPoint", "WGS84GeoPoint",
 	}
 	for _, valueType := range valueTypes {
+		t.Logf("valueType = %s", valueType)
 		options := NewTableOptions()
 		options.ValueType = valueType
 		table, err := db.CreateTable("Table", options)
-------------- next part --------------
HTML����������������������������...
Télécharger 



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