Hello,
I'm trying to create a SimpleTest test suite for a module we wrote, which has a dependency on the revisioning module. We found that by turning on the revisioning module in the simpletest_test example of the Examples module, we fail 6 assertions:
Failed to set field title to s3163182RTlzQUl
Failed to set field body to s316318BEv8GCRqKeC6ptyd
Found the Save button Other publisher_workflow.test
Found the requested form fields at node/add/simpletest-example
"simpletest_example page s3163182RTlzQUl has been created." found
Call to undefined function node_tools_content_is_moderated()
We were wondering if anyone has managed to successfully run tests on or with the revisioning module?
Thanks for your help,
Hassan
Comments
Comment #1
dave reidWell, you shouldn't be altering an existing test to rely on other modules without actually changing the assertions and how the test works.
Comment #2
lendudeThis version is not supported anymore.