Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Jun 2008 at 19:11 UTC
Updated:
17 Oct 2009 at 07:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Wisif commentedI expect within 3 weeks to test
Comment #2
catchOpening this up for the testing party.
Comment #3
SeeSchloss commentedTests for 1 and 2
ekes and SeeSchloss
Comment #4
webchickComment #6
dries commentedComment #7
lilou commentedComment #8
cwgordon7 commentedVarious tabs in various places, coding standards generally needs work on this.
Comment #9
lilou commentedClean patch.
Comment #10
lilou commentedMiss 3)
Comment #11
cwgordon7 commentedRe-rolled, 4 passes, 0 fails, 0 exceptions.
Comment #12
cwgordon7 commentedNote that these are unit tests, it would be great to have functional tests too eventually.
Comment #13
cwgordon7 commentedMeh. Cross-posted, apologies.
Comment #14
moshe weitzman commentedSeems like we could test this whenever we test admin/content/node or similar page.
Comment #15
chrisshattuck commentedSorry, trying to figure out patching, made a little mistake and didn't patch it properly.
Comment #16
chrisshattuck commentedSwitched status previously based on a bad patch experience. Switching it back to review.
Comment #17
chrisshattuck commentedPatched and ran test successfully:
4 passes, 0 fails, 0 exceptions
Comment #18
webchickSince this is a testing party patch, I'm going to be mercilessly nit-picky in this review. It's only because I care. :)
This one was actually hard. :P I had to think about it for awhile.
a) I realize it's easy enough to deduce that $ts == $tablesort, but it'd be nice to be explicit about that fact. Needs changing throughout.
b) Coding standards dictate each of these on their own lines. However, this is consistent with the way table-related arrays are done so I'm leaving it alone for now.
Red active? What does that mean? Could you add a message parameter here with more specifics about what's being tested? The general rule of thumb is that by reading the output of the messages in SimpleTest module, we can learn what the test run tested for. This advice applies throughout.
Same here.
What's Druapl? :)
Comment #19
catchFixing the critical / pending bugs queues to reflect things which are really bugs or release critical.