<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/openxcf/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/openxcf/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 20 Apr 2008 18:26:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openxcf/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>type="component" in org/cfcunit/service/TestListener.cfc</title><link>https://sourceforge.net/p/openxcf/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Running tests in HTML mode throws the error:&lt;/p&gt;
&lt;p&gt;The argument ERRORHELPER passed to function init() is not of type component.&lt;/p&gt;
&lt;p&gt;This has happened regardless of the actual test component, and comes from org/cfcunit/service/TestListener.cfc (34) . In the &amp;lt;cfargument&amp;gt;, I don't think type="component" is a valid type:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pa4.htm" rel="nofollow"&gt;http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pa4.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Removing the type attribute makes tests run properly.&lt;/p&gt;
&lt;p&gt;From jp.stacey, gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 20 Apr 2008 18:26:57 -0000</pubDate><guid>https://sourceforge.net9e5adff4e47db68ff9e5c36398776827b764898e</guid></item><item><title>machii / machII insensitivity breaks on case-sensitive OS</title><link>https://sourceforge.net/p/openxcf/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After unpacking cfcunit/ and org/ to the web root of a Linux server, visiting &lt;a href="http://example.com/cfcunit/" rel="nofollow"&gt;http://example.com/cfcunit/&lt;/a&gt; gives the CF error:&lt;/p&gt;
&lt;p&gt;Could not find the included template machII/mach-ii.cfm.&lt;/p&gt;
&lt;p&gt;This seems to be caused by line 27 in cfcunit/index.cfm. The file is actually at machii/mach-ii.cfm (note case change) and editing it to that gives me the correct cfcunit index page.&lt;/p&gt;
&lt;p&gt;From jp.stacey, gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 20 Apr 2008 17:40:40 -0000</pubDate><guid>https://sourceforge.net3e64f85e4b160d415f8cd23198a4b2c4d3efd767</guid></item><item><title>antlib.xml missing</title><link>https://sourceforge.net/p/openxcf/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;[taskdef] Could not load definitions from resource org/cfunit/ant/antlib.xml.  It could not be found.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 09 Jul 2007 20:47:19 -0000</pubDate><guid>https://sourceforge.net6eef94aefa93817f49cdaf5bc1fae066af575cfd</guid></item><item><title>Constructor of TestListener has incorrect parameter type</title><link>https://sourceforge.net/p/openxcf/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The init() method org.cfcunit.service.TestListener.cfc:36 has:&lt;/p&gt;
&lt;p&gt;&amp;lt;cfargument name="errorHelper" type="component" required="true"/&amp;gt;&lt;/p&gt;
&lt;p&gt;However there is no component called component.cfc. Instead this should be:&lt;/p&gt;
&lt;p&gt;&amp;lt;cfargument name="errorHelper" type="WEB-INF.cftags.component" required="true"/&amp;gt;&lt;/p&gt;
&lt;p&gt;This prevents cfcUnit from running any test correctly.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 05 Jun 2007 21:03:32 -0000</pubDate><guid>https://sourceforge.netc1d5e0f52210b6eca6f695799dfbbc77df4d222c</guid></item><item><title>Infinite Loop in assertClass() when class does not match.</title><link>https://sourceforge.net/p/openxcf/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When class does not match the loop for a component will loop forever.&lt;/p&gt;
&lt;p&gt;org.cfcunit.framework.Assert.cfc:144&lt;br /&gt;
&amp;lt;cfif NOT Len(message)&amp;gt;&lt;br /&gt;
    &amp;lt;cfset message = "CFC is not of type '#arguments.class#'."&amp;gt;&lt;br /&gt;
    &amp;lt;cfbreak/&amp;gt;&lt;br /&gt;
&amp;lt;/cfif&amp;gt;&lt;/p&gt;
&lt;p&gt;This should be:&lt;/p&gt;
&lt;p&gt;&amp;lt;cfif NOT Len(message)&amp;gt;&lt;br /&gt;
    &amp;lt;cfset message = "CFC is not of type '#arguments.class#'."&amp;gt;&lt;br /&gt;
&amp;lt;/cfif&amp;gt;&lt;br /&gt;
&amp;lt;cfbreak/&amp;gt;&lt;/p&gt;
&lt;p&gt;To ensure the loop breaks successfully.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 05 Jun 2007 21:00:41 -0000</pubDate><guid>https://sourceforge.netc106683407518729ed3e86207ddc8c44e5791765</guid></item><item><title>Testcase fails / exception</title><link>https://sourceforge.net/p/openxcf/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;lt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="n"&gt;cffunction&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&amp;quot;&lt;span class="n"&gt;testConstructor&lt;/span&gt;&amp;quot; &lt;span class="n"&gt;returntype&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&amp;quot;&lt;span class="n"&gt;void&lt;/span&gt;&amp;quot; &lt;span class="n"&gt;access&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&amp;quot;&lt;span class="n"&gt;public&lt;/span&gt;&amp;quot; &lt;span class="n"&gt;output&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&amp;quot;&lt;span class="n"&gt;false&lt;/span&gt;&amp;quot;&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;gt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;lt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="n"&gt;cfset&lt;/span&gt; &lt;span class="n"&gt;var&lt;/span&gt; &lt;span class="n"&gt;testString&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;'\{&amp;quot;serviceType&amp;quot;:&amp;quot;JSON-RPC&amp;quot;,&amp;quot;methods&amp;quot;:\[\{&amp;quot;name&amp;quot;:&amp;quot;Testing123&amp;quot;\}\],&amp;quot;SMDVersion&amp;quot;:.1,&amp;quot;objectName&amp;quot;:&amp;quot;coldfusion-JSON.Class&amp;quot;,&amp;quot;serviceUrl&amp;quot;:&amp;quot;components/Json/CFJsonService.cfc?method=runservice&amp;quot;\}'&lt;/span&gt; &lt;span class="o"&gt;/&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;gt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;lt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="n"&gt;cfset&lt;/span&gt; &lt;span class="n"&gt;var&lt;/span&gt; &lt;span class="n"&gt;CFJsonService&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="n"&gt;CreateObject&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;'component'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="s"&gt;'components.json.CFJsonService'&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;/&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;gt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;lt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="n"&gt;cfset&lt;/span&gt; &lt;span class="n"&gt;var&lt;/span&gt; &lt;span class="n"&gt;Filename&lt;/span&gt; &lt;span class="p"&gt;=&lt;/span&gt; &lt;span class="s"&gt;'CFJsonServiceConfig.xml'&lt;/span&gt; &lt;span class="o"&gt;/&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;gt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
    &lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;lt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="n"&gt;cfset&lt;/span&gt; &lt;span class="n"&gt;assertEqualsString&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;testString&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;CFJsonService&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;Init&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Filename&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;\&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;/&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;gt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;lt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;cffunction&lt;/span&gt;&lt;span class="o"&gt;&amp;amp;&lt;/span&gt;&lt;span class="n"&gt;gt&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This will fail throw an exception on the assertString...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 05 Apr 2007 07:56:59 -0000</pubDate><guid>https://sourceforge.nete95c710aab677a4c31e52bd43c219317ccac485e</guid></item></channel></rss>