Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update template_functions_test.go

Cette révision appartient à :
kilo 2017-11-01 10:21:06 +01:00 révisé par GitHub
Parent 9f05945e2b
révision f4c510d8bd
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -721,19 +721,23 @@ func Teststrcmp(t *testing.T) {
}
}
func TestGetTheme(t *testing.T) {
func TestGetTheme(t *testing.T) {
var tests = []struct {
domainName []string
TestThemeCount int
}{
{
domainName: []string{"test", "test", "test"},
TestThemeCount: 0
},
}
for _, test := range tests {
test.domainName = getThemeList()
themeCount := len(getThemeList())
if TestThemeCount == themeCount {
t.Error("Unexpected value from the function getThemeList, returned no theme")
}
}
}
func testformatThemeName(t *testing.T) {
var tests = []struct {
TestPath string