Closed (fixed)
Project:
Add Another
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Feb 2011 at 02:27 UTC
Updated:
6 May 2014 at 09:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robin monks commentedDefinitely a bug; I'm working on some logic to fix it along with some other enhancements in prep for final.
/Robin
Comment #2
solotandem commentedThe attached patch seems to solve this issue.
Your tests need to consider underscores in the node type name. The drupal web test case randomName() function calls mt_rand() which only generates numbers so this use case is never addressed.
Comment #3
robin monks commentedPatch committed to 7.x-2.x branch. Thanks!
/Robin