Content deleted Content added
PC2 was deprecated in Special:Diff/866665874 |
SilverLocust (talk | contribs) fix one |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 141:
--------------------------------------------------------------------------------
function suite:
self:assertProtectionCategoryEquals('Wikipedia pages move-protected due to dispute', d.move, d.full, 0, d.dispute, nil)
end
Line 262:
function suite:testCategory_edit_full_file_vandalism_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
function suite:testCategory_edit_full_wikipedia_vandalism_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
function suite:testCategory_edit_full_help_vandalism_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
Line 282:
function suite:testCategory_edit_full_talk_vandalism_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
Line 298:
function suite:testCategory_edit_full_file_vandalism_temp()
self:assertProtectionCategoryEquals('Wikipedia fully
end
function suite:testCategory_edit_full_wikipedia_vandalism_temp()
self:assertProtectionCategoryEquals('Wikipedia fully
end
function suite:testCategory_edit_full_help_vandalism_temp()
self:assertProtectionCategoryEquals('Wikipedia fully
end
Line 318:
function suite:testCategory_edit_full_talk_vandalism_temp()
self:assertProtectionCategoryEquals('Wikipedia fully
end
Line 429:
end
function suite:
self:assertProtectionCategoryEquals('Wikipedia extended-confirmed
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
Line 458 ⟶ 462:
function suite:testCategory_edit_full_module_all_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
function suite:testCategory_edit_full_module_all_temp()
self:assertProtectionCategoryEquals('Wikipedia fully
end
Line 715 ⟶ 719:
function suite:testCategory_edit_semi_main_all_indef()
self:assertProtectionCategoryEquals('Wikipedia indefinitely semi-protected pages', d.edit, d.semi, 0, nil, d.indef)
end
function suite:testCategory_edit_semi_main_all_all()
self:assertProtectionCategoryEquals('Wikipedia indefinitely semi-protected pages', d.edit, d.semi, 0, nil, nil)
end
Line 755 ⟶ 763:
function suite:testCategory_move_full_main_all_indef()
self:assertProtectionCategoryEquals('Wikipedia indefinitely move-protected pages', d.move, d.full, 0, nil, d.indef)
end
function suite:testCategory_move_full_main_all_all()
self:assertProtectionCategoryEquals('Wikipedia indefinitely move-protected pages', d.move, d.full, 0, nil, nil)
end
Line 797 ⟶ 809:
end
function suite:
self:assertProtectionCategoryEquals('Wikipedia semi-protected pages', d.edit, d.semi, 0, nil,
end
Line 814 ⟶ 826:
function suite:testCategory_edit_full_file_all_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
function suite:testCategory_edit_full_wikipedia_all_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
function suite:testCategory_edit_full_help_all_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
Line 838 ⟶ 850:
function suite:testCategory_edit_full_talk_all_all()
self:assertProtectionCategoryEquals('Wikipedia fully
end
Line 885 ⟶ 897:
end
function suite:
self:assertProtectionCategoryEquals('Wikipedia move-protected pages', d.move, d.full, 0, nil,
end
function suite:testCategory_move_extended_main_all_all()
self:assertProtectionCategoryEquals('Wikipedia extended-confirmed-protected pages', d.move, d.extended, 0, nil, nil)
end
function suite:testCategory_move_extended_template_all_all()
self:assertProtectionCategoryEquals('Wikipedia extended-confirmed-protected templates', d.move, d.extended, 10, nil, nil)
end
|