Problem/Motivation
The Workbench Scheduler module keeps schedule data in its own table structure. We should create some Drupal Simpletests to check the integrity of that data.
API changes
I created two tests for Workbench Scheduler.
- A test for new Schedules
- A test for when a schedule is assigned to a node.
If anyone has any other ideas for more tests I'd like to hear them :)
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | workbench_scheduler.simpletests-2343015.8.patch | 13.11 KB | partdigital |
Comments
Comment #1
partdigital commentedComment #2
partdigital commentedComment #3
partdigital commentedHere is an updated patch that includes a wider array of tests. It coincides with work done on the following issues:
https://www.drupal.org/node/2348677
https://www.drupal.org/node/2352379
Apply those patches before applying this.
Comment #4
partdigital commentedComment #5
mikemiles86@partdigital,
I was unable to apply this patch to the 7.x-1.x branch. Can you re-roll it?
Comment #6
partdigital commentedHere is the rerolled patch off the 7.x-1.x branch
Comment #7
partdigital commentedComment #8
partdigital commentedI found a bug with the previous patch, I've rerolled it off of 7.x-1.x. This will be merged into the dev branch.
Comment #10
partdigital commented