[entropy.server] drop superfluous QA check, retrieveContent() is tested in entropy.qa builtin tests already

This commit is contained in:
Fabio Erculiani
2011-09-10 14:17:26 +02:00
parent 6adb706604
commit 9250a66409

View File

@@ -1020,9 +1020,7 @@ class ServerQAInterfacePlugin(QAInterfacePlugin):
dbc = self._server._open_temp_repository("test", temp_file = tmp_f,
initialize = False)
for package_id in dbc.listAllPackageIds():
# test content
dbc.retrieveContent(package_id, extended = True,
formatted = True, insert_formatted = True)
# NOTE: content is tested in entropy.qa builtin package test
# test content safety
dbc.retrieveContentSafety(package_id)
# test keywords