My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 28: test framework now breaks on MX 6
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  virtix
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

Powered by Google Project Hosting