Content deleted Content added
SilverLocust (talk | contribs) mainspace for that |
SilverLocust (talk | contribs) fix one |
||
(2 intermediate revisions by the same user not shown) | |||
Line 429:
end
function suite:
self:assertProtectionCategoryEquals('Wikipedia extended-confirmed-protected templates', d.edit, d.extended, 10, nil, nil)
end
Line 443:
function suite:testCategory_edit_full_template_all_temp()
self:assertProtectionCategoryEquals('Wikipedia move-protected templates', d.move, d.full, 10, nil, d.temp)
end
function suite:testCategory_edit_template_templatetalk_all_all()
self:assertProtectionCategoryEquals('Wikipedia template-protected pages other than templates and modules', d.edit, d.template, 11, nil, nil)
end
|