Hi Jean-Noël, > I always got the following message: > > 001213 Mixin "qx.core.MAssert" is already included into Class > "qx.dev.unit.TestCase" by class: qx.core.Object! > > I checked the code though and it does not seem qx.core.Object has the > qx.core.MAssert mixin. > > Can anyone look at this and fix this warning? You can savely ignore the warning. In the source version the MAssert mixin is dynamically included into qx.core.Object. Since the TestCase class always includes this mixin, it is included twice to TestCase in the source version. We could include MAsster to TestCase dynamically only on the build version but hten the methods won't show up in the API viewer. Maybe we should just remove the warning because it is perfectly OK to include a mixin twice and we already do so in the framework.
Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
