Update template_functions_test.go
Cette révision appartient à :
Parent
f94de155ee
révision
6d33385dd5
1 fichiers modifiés avec 4 ajouts et 6 suppressions
|
@ -721,19 +721,17 @@ func Teststrcmp(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestGetTheme(t *testing.T) {
|
||||
|
||||
func TestGetTheme(t *testing.T) {
|
||||
var tests = []struct {
|
||||
domainName []string
|
||||
}{
|
||||
{
|
||||
domainName: []string{"wubwub"},
|
||||
domainName: []string{"test", "test", "test"},
|
||||
},
|
||||
}
|
||||
for _, test := range tests {
|
||||
value := getThemeList()
|
||||
if value != test.domainName {
|
||||
//t.Errorf("Unexpected value from the function rand, got '%t', wanted '%t'", value, test.domainName)
|
||||
}
|
||||
test.domainName = getThemeList()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Référencer dans un nouveau ticket