Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2015 at 14:56 UTC
Updated:
9 Oct 2015 at 17:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mpotter commentedSeems like something is odd with redirection. When I try to run the tests manually, I get a error 500 server error, but nothing is written to the error.log. If I click the link for "go to the error page" then I see the normal test results page and it seem the test passed successfully.
If I do this for any test that does form posting and testing I seem to have this problem. Tests that don't do form interaction seem to work fine. Don't know if this is specific to my local dev environment, or if it's something more serious with the testing framework for D8 forms.
Comment #3
dsnopekI'm going to take a stab at this, because it's slowing down our page_manager -> ctools patches
Comment #4
dsnopekHere's a patch to fix it! This was about the return value of
t()changing from a string to an object. In order to compare them, you have to convert them to strings.Comment #5
drummTest comment.
Comment #6
dsnopekHuzzah! It's passes. :-) Thanks, drumm!
Comment #8
japerryGreat! passed tests, committed.
Comment #11
dsnopekFixed already, yo! Get with the program, testbot. :-)
Comment #12
tim.plunkettBoooo coding standards violation.
Space needed after casts! :)
Comment #13
dsnopekOh, really? I should have ran phpcs on it - I didn't know there was a coding standard around that :-/ Sorry!