Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
update.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Oct 2009 at 11:42 UTC
Updated:
6 Oct 2010 at 12:48 UTC
Jump to comment: Most recent
Comments
Comment #1
dwwforgot the tag
Comment #2
dwwNote, unit tests specifically for the Updater classes can be handled at #602544: Write Unit tests for the Updater classes . This should be for stuff like the update manager UI. Perhaps we should split off tests for authorize.* into a separate issue, not sure yet...
Comment #3
sun.core commentedTests don't qualify as critical.
Comment #4
dwwNote, there are some initial tests for authorize.php itself here:
#609772: Impossible to extend the FileTransfer class system in contrib
I've also added some Update manager tests here:
#700558: Add test to ensure filename extensions are properly merged in the Update manager UI
#931284: Update status admin UI shouldn't rely on hook_help()
However, there's still a ton to do in here. First step is here:
#933392: Add tests to verify that you can plug in your own Updater class
That'll give us the basis for writing tests, since we can use a fake backend to do "upgrades" in a controlled environment, instead of trying to talk to FTP, etc.
Plus, we should test the Update manager UI itself..