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