http://qa.drupal.org/pifr/test/399678
Verbose messages are missing on d.o (where are these). I cannot debug d.o. Additional the 100% same test works a few lines before.
Can you help, please?
http://qa.drupal.org/pifr/test/399678
Verbose messages are missing on d.o (where are these). I cannot debug d.o. Additional the 100% same test works a few lines before.
Can you help, please?
Comments
Comment #1
rfayVerbose is turned off on qa, but you can still add assert(TRUE, "message") and debug() statements (D7) if you like.
There is an FAQ on differences between the testbot and your local on http://drupal.org/project/testbot.
Just from a quick view of the tests, I'd be suspicious that you're assuming URLs that begin with a /, when clean_urls are not on on the testbot.
Comment #2
hass commentedThanks for feedback, i give it a try.
I'm confused, what test or line of code do you mean?
Comment #3
hass commentedDEV http://qa.drupal.org/pifr/test/135444 passes... How strange is this?
Comment #4
hass commentedI think I found it.