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.

CommentFileSizeAuthor
#1 scheduler-failing-tests-1472440-1.patch804 bytesChaulky

Comments

Chaulky’s picture

Assigned: Greg@sparkstudios.com » Chaulky
Status: Active » Needs review
StatusFileSize
new804 bytes

Attached 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.

eric-alexander schaefer’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.