ソースを参照

single type material list (remove redundant from news list)

master
Patrick Peng Sun 8年前
コミット
9c788794cc
1個のファイルの変更0行の追加6行の削除
  1. +0
    -6
      material_test.go

+ 0
- 6
material_test.go ファイルの表示

@@ -9,12 +9,6 @@ func TestGetMaterialList(t *testing.T) {
SetupConfig()
l := getNewList()
log.Printf("news is : %s", l)

l = getVideoList()
log.Printf("video is : %s", l)
l = getImageList()
log.Printf("Image is : %s", l)

}
func TestGetMaterialVoiceList(t *testing.T) {
SetupConfig()

読み込み中…
キャンセル
保存