Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 21:44 UTC
Updated:
10 Jul 2008 at 21:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
catchXML-RPC doesn't appear without this, nor the registry/common.inc tests. I thought it was fixed already, but clearly not.
Comment #2
boombatower commentedDo we want all the tests for each include to be in the includes directory? I know that is how it works right now, but that means doubling the size (or close to it) eventually.
What about a tests directory since we have to break the standard used for modules anyway?
Comment #3
R.Muilwijk commented@boombatower, I'm fine with that too. Just as long as I'm able to test them :D
Comment #4
boombatower commentedThe
ksort($groups)seems to work incorreclty as it places "PHP" before "Path" group.I don't think we need the extra sorting.
Comment #5
boombatower commentedRerolled patch to remove ksort and read from includes/tests
Tests that need to be moved are:
I'm not including those in patch since I would prefer they are moved to ensure no unnecessary changes.
Comment #6
R.Muilwijk commentedHmmz, I'll have a look at it. However I think we do need a sorting. With no sorting Bootstrap, Common, XMLRPC ends at the end of the page though everything was always sorted by group name before.
Comment #7
R.Muilwijk commentedNew patch with sorting fixed
Comment #8
boombatower commentedOnce this makes it in #245961: XMLRPC value_calculate_type throws exception needs to be checked.
Comment #9
boombatower commentedVery simple patch...check the PHP, path and they seem fine.
Ran a test and that worked.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.
Comment #11
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.