An illegal choice has been detected. Please contact the site administrator.
0 passes, 1 fails and 0 exceptions.
XML-RPC validator: See the xmlrpc validator1 specification. note: simpletest_xmlrpc.module must be enabled
simpletest_xmlrpc enabled. [Module] Fail

I have a feeling another issue covers this already.

Comments

boombatower’s picture

http://drupal.org/node/251473 possible?

It doesn't appear the issue should be marked as closed.

This issue is related to the fact that xml-rpc test was going to be a unit test.

webchick’s picture

Well, that issue is about something slightly different, which is that the testing framework doesn't allow scanning outside of a module directory.

This issue is about XML-RPC test itself, which appears to have a hard-coded check for simpletest_xmlrpc module.

boombatower’s picture

Ahh...sorry misread.

The offending code is:

if (!$this->drupalModuleEnable('simpletest_xmlrpc')) {
  return FALSE;
}

The drupalModuleEnable method was fixed in http://drupal.org/node/255415. Otherwise I'm not sure what needs to be changed. I think this is part of a growing issue that needs to be dealt with, that I originally brought up at the sprint. All out-gogging requests need to have the database prefix stuff added to them.

I have created a patch related to this, but doesn't fix this issue.
http://drupal.org/node/260778

I'm not sure what was done in relation to the simpletest_xmlrpc module.

boombatower’s picture

Doesn't appear simpletest_xmlrpc exists?

It looks like it was removed.

catch’s picture

Status: Active » Postponed

Marking postponed pending: http://drupal.org/node/268063

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Postponed » Fixed

This is fixed!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.