Closed (fixed)
Project:
Scheduler
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Mar 2012 at 00:28 UTC
Updated:
17 Apr 2012 at 16:51 UTC
Jump to comment: Most recent file
There are several failed assertions in the tests for Scheduler. The failures are caused by incorrectly enabling Publish and Unpublish on the Page content type in the setup method of the tests. The code currently uses variable_set('scheduler_page', 1); to enable the Publish and Unpublish fields on the Page content type. At some point (didn't check when) the variable names changed so the assertions fails because Scheduler isn't actually enabled for the Page content type.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | scheduler-failing-tests-1472440-1.patch | 804 bytes | Chaulky |
Comments
Comment #1
Chaulky commentedAttached a patch for this issue changing the variable names used in the test.
Note that I actually reported this issue, but was signed in as the wrong account, in case that causes any confusion.
Comment #2
eric-alexander schaefer commentedThanks for reporting and fixing: http://drupalcode.org/project/scheduler.git/commit/6cf1017