[Groonga-commit] groonga/grngo at 07080c4 [master] Rename the prefix of temporary directories used in tests.

Back to archive index

susumu.yata null+****@clear*****
Fri Jun 19 16:59:39 JST 2015


susumu.yata	2015-06-19 16:59:39 +0900 (Fri, 19 Jun 2015)

  New Revision: 07080c4788ab12dfc7216a6d5a3e96da3c79a5e9
  https://github.com/groonga/grngo/commit/07080c4788ab12dfc7216a6d5a3e96da3c79a5e9

  Message:
    Rename the prefix of temporary directories used in tests.
    
    From grn_test to grngo_test.
    
    GitHub: #1

  Modified files:
    grngo_test.go

  Modified: grngo_test.go (+1 -1)
===================================================================
--- grngo_test.go    2015-06-19 16:58:38 +0900 (46079a7)
+++ grngo_test.go    2015-06-19 16:59:39 +0900 (401602a)
@@ -13,7 +13,7 @@ import (
 // createTempDB() creates a database for tests.
 // The database must be removed with removeTempDB().
 func createTempDB(tb testing.TB) (string, string, *DB) {
-	dirPath, err := ioutil.TempDir("", "grn_test")
+	dirPath, err := ioutil.TempDir("", "grngo_test")
 	if err != nil {
 		tb.Fatalf("ioutil.TempDir() failed: %v", err)
 	}
-------------- next part --------------
HTML����������������������������...
Download 



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