Closed (fixed)
Project:
Scheduler
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2013 at 08:40 UTC
Updated:
10 Mar 2015 at 12:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
legovaerCreated one common helper class and separated all the testcases into two additional classes. Tested locally on 7.34.
Comment #2
pfrenssenSorry for not looking at this earlier, I was preoccupied with the D8 port.
This looks really good. I have made a small tweak: the original
SchedulerTestCaseclass is now a base class, so I renamed it toSchedulerTestBaseand made it abstract. For the rest it looks perfect.Uploading the tweaked patch so the bot can have a go at it. If this comes back green this is RTBC for me.
Comment #4
pfrenssenExcellent, committed to 7.x-1.x and also to 8.x-1.x. It was quite a lot of work to port it to the D8 branch, took about 30 minutes of comparing it line by line, hopefully I didn't miss anything :)