Fix template test. Forgot I moved ReassignForm
Cette révision appartient à :
Parent
296e5f8e06
révision
eb5ded4a27
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -109,7 +109,7 @@ func walkDirTest(dir string, t *testing.T) {
|
|||
return variables
|
||||
},
|
||||
"reassign.jet.html": func(variables jet.VarMap) jet.VarMap {
|
||||
variables.Set("Form", ReassignForm{1, "", "", []uint{1, 1}})
|
||||
variables.Set("Form", torrentValidator.ReassignForm{1, "", "", []uint{1, 1}})
|
||||
return variables
|
||||
},
|
||||
"torrentlist.jet.html": func(variables jet.VarMap) jet.VarMap {
|
||||
|
|
Référencer dans un nouveau ticket