Issue 28: test framework now breaks on MX 6
Status:  Fixed
Owner:
Closed:  Dec 2007
Project Member Reported by marc.es...@gmail.com, Nov 19, 2007
What steps will reproduce the problem?
1. Try hitting anything in the framework on mx6


you'll get this error:

 Attribute TYPE has an invalid value.
The value of the attribute must be one of any, array, boolean, date,
numeric, query, string, struct, UUID, GUID, binary, or variableName
 
The error occurred in
C:\Inetpub\wwwroot\mxunit\framework\ConfigManager.cfc: line 2

1 : <cfcomponent displayname="ConfigManager" hint="Controlls data retrieved
from mxunit-confg.xml" output="false">
2 :   <cfparam name="this.configXml" type="xml" default="#xmlNew()#" />


Suggestion: since this is an internal component, it seems pretty safe to
change the "type" to "string"

 
Dec 14, 2007
Project Member #1 virtix
done
Status: Fixed