skip test
This commit is contained in:
parent
198ec67dd1
commit
0466440519
|
@ -4,7 +4,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestRemakeGob(t *testing.T) {
|
||||
func estRemakeGob(t *testing.T) {
|
||||
province := &KeyList{}
|
||||
LoadGob("./data/province.gob", province)
|
||||
}
|
||||
|
|
|
@ -118,7 +118,7 @@ func (acode *AreaCode) Execute(cxt *hunter.TaskContext) {
|
|||
SaveData("./data/province.gob", kl)
|
||||
}
|
||||
|
||||
func TestHunterCountry(t *testing.T) {
|
||||
func estHunterCountry(t *testing.T) {
|
||||
|
||||
// gob.Register(&NameCode{})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user