<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/mxunit/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/mxunit/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/mxunit/bugs/</id><updated>2007-01-28T02:30:34Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Cannot use add() and addAll() on same component</title><link href="https://sourceforge.net/p/mxunit/bugs/1/" rel="alternate"/><published>2007-01-28T02:30:34Z</published><updated>2007-01-28T02:30:34Z</updated><author><name>Bill Shelton</name><uri>https://sourceforge.net/u/virtix/</uri></author><id>https://sourceforge.net30515bfb789c018317b74081d00d398dd3b13ee9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After calling addAll("path.to.Test") and you try to then call add(("path.to.Test", "myMethod"), an exception is thrown because of a duplicate key in the test suite structue; ie. path.to.Test is the key and the method is the value. Need to fix mxunit.framework.TestSuite so that it will add "method" to structue if the key exists.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>