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 181: Remove Dependency on Stacktrace
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by Zoram...@gmail.com, Mar 17, 2010
Need to remove the use of cfcatch.stacktrace to be compatible with the big 
three engines and to show better errors.
Mar 17, 2010
Project Member #1 Zoram...@gmail.com
Currently appears in:

framework/JUnitXMLTestResult.cfc
 - Line 90: this.resultsXML = this.resultsXML & '<failure 
message="#xmlformat(testResults.error.message)#"><![CDATA[#testResults.error.stacktra
ce#]]></failure>'; 
 - Line 92: this.resultsXML = this.resultsXML & '<error 
message="#testResults.error.type#"><![CDATA[#testResults.error.stacktrace#]]></error>
';
Mar 17, 2010
Project Member #2 Zoram...@gmail.com
This appears to be working correctly.

See r1371
Status: Fixed
Mar 17, 2010
Project Member #3 Zoram...@gmail.com
(No comment was entered for this change.)
Labels: Milestone-Release2.0

Powered by Google Project Hosting