Procházet zdrojové kódy

highlight , possible resonable failure of test case

master
Patrick Peng Sun před 8 roky
rodič
revize
283af08007
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      kfuser_test.go

+ 3
- 0
kfuser_test.go Zobrazit soubor

@@ -6,6 +6,9 @@ import (
"time"
)

//this is a real - network test,
//response data is from server, makesure the data is as expected before run this test.
// otherwise, the test should fail
func TestKfList(t *testing.T) {
SetupConfig()
now := int32(time.Now().Unix())

Načítá se…
Zrušit
Uložit