Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Feb 2014 at 16:49 UTC
Updated:
29 Jul 2014 at 23:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lewisnymanComment #2
rteijeiro commentedLet's do it!
Comment #3
rteijeiro commentedUpdated tests also :)
Comment #5
emma.mariaI am replacing the printed images in the markup with background images, using the new image svgs/pngs in the first patch.
Comment #6
lewisnymanComment #7
Coornail commentedFixed test for #3.
Comment #8
lewisnymanComment #9
galooph commentedPatch from #7 applied cleanly and works fine for me.
Comment #10
emma.mariaComment #11
temaruk commentedPatch from #7 applied perfectly, the new icons appear properly.
Shouldn't the now unused
watchdog-*.pngfiles be removed as well?Comment #12
galooph commentedGood point temaruk! Probably work checking with Lewis whether we remove them here or create a separate issue to cover removing them.
Comment #13
lewisnymanLet's remove them here :)
Comment #14
alexrayu commentedReviewed the patch, tested in instances of confirmation and error messages.

Comment #15
temaruk commentedUpdated the patch from #7 with the removal of the unneeded png files.
Comment #16
galooph commentedThe patch in #15 applies cleanly and works as expected. Verified that the core/misc/watchdog-error.png, core/misc/watchdog-ok.png and core/misc/watchdog-warning.png files were deleted.
Comment #17
lewisnymanLooking good! Bear in mind the placement of the icon is handled in #2208319: Icon misaligned in admin/reports/updates
Comment #18
galooph commentedI've double checked the positioning patch with this patch and it all looks ok. Screenshot posted over at https://drupal.org/comment/8611463#comment-8611463
Comment #19
webchickAwesome! Lookin' good. :) Especially with #2208319: Icon misaligned in admin/reports/updates which I just committed.
Committed and pushed to 8.x. Thanks!