Issue 53: case sensitivity issues with components
Status:  Fixed
Owner:
Closed:  Jan 2008
Cc:
Project Member Reported by marc.es...@gmail.com, Jan 20, 2008
on linux, run MyTestSuite.cfm

it'll throw an error in TestCAse on createObject() for "XmlTestResult"
since the object's path is actually "XMLTestResult".

Fix that and try to find all other issues with createobject or cfinvoke

 
Jan 20, 2008
Project Member #1 marc.es...@gmail.com
i think i got them all, but i really don't have a clever way to test it short of
setting up a linux install, which i can't do right now. 

so i just went through the code, found every instance of createobject and cfinvoke,
and checked the object names against the file system to make sure they matched.
Status: Fixed