Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
tests
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2008 at 21:50 UTC
Updated:
11 Jan 2009 at 18:30 UTC
Jump to comment: Most recent file
From: http://groups.drupal.org/node/7731
I'm aware of at least hook_menu.module.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | empty.patch | 0 bytes | mikey_p |
| #6 | rename_mock_menu_module_2.patch | 3.54 KB | mikey_p |
| #2 | rename_mock_menu_module_2.patch | 3.54 KB | mikey_p |
| #1 | rename_mock_menu_module.patch | 2.17 KB | mikey_p |
Comments
Comment #1
mikey_p commentedThis renames hook_menu.module to menu_test.module to be consistent with other mock modules.
Comment #2
mikey_p commentedI forgot to fakeadd the renamed files in the first patch.
Comment #4
mikey_p commentedI think this was failed inadvertently by the test bot when HEAD was broken.
Comment #6
mikey_p commentedSame patch, but it is passing all tests on a fresh checkout of head here. Definitely no php syntax errors.
Comment #8
dave reidI tested this on the latest head, I can't duplicate the PHP syntax error that the testing bot gets. It patched cleanly and all the menu tests pass for me. Setting back to code needs review, and this should get a couple more reviews just to be sure.
Comment #10
dave reidI filed a patch with the testing bot invalid results in #343426: Getting "PHP syntax error" on valid patch with files added and removed.
Comment #11
mikey_p commentedI've tested this again. I absolutely cannot recreate the failures.
Shortening the title to make it easier to read.
Comment #13
mikey_p commentedSetting back to needs review again.....
For the record the reference for changing the name is now at:
http://drupal.org/node/325974 and http://drupal.org/node/302577
Comment #14
mikey_p commentedin IRC, catch suggested including an empty patch to prevent re-testing.
Comment #16
dave reidTesting slave #8 failure.
Comment #17
dries commentedCommitted to CVS HEAD. Thanks!