Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
tests
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 17:57 UTC
Updated:
23 Jan 2009 at 07:50 UTC
path.test has its own createNode() function which pointlessly duplicates drupalCreateNode(), there's also a manual drupalPost() to create a node in the path alias with translation test. Attached patch cleans it up a bit.
| Comment | File | Size | Author |
|---|---|---|---|
| path_test.patch | 4.07 KB | catch |
Comments
Comment #1
dave reidLooks good, uses the available DWTC methods instead of duplicating and possibly causing problems down the road, and passed on the bot and on my local test install.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks!