Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 10:16 UTC
Updated:
16 Dec 2010 at 14:30 UTC
Node module tests contain an unused module. Its code is already contained in "modules/node/tests/node_test.module".
Patch to remove the unused module attached.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_node_test.patch | 1.43 KB | fago |
Comments
Comment #1
fagoComment #2
sunCVS annotate refers to #713872: Image field formatters not updated when image style deleted and replacement format chosen, but that seems to be completely unrelated.
And yes, the identical code is in http://drupalcode.org/viewvc/drupal/drupal/modules/node/tests/node_test....
...which is used by NodeSaveTestCase::testTimestamps(), and NodeSaveTestCase::setUp() only installs node_test.
Thus, RTBC.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.