Heads up: Framework unittestsat 2009-03-27 in Unittests, Announcements by friebe (0 comments) The archive xp-net.xp_framework-{VERSION}.xar, which contains the framework's unittests, has been removed from the boot classpath. It is no longer required for the XP runners (which is why it was originally there), classes used for these are all now in xp-tools-${VERSION}.xar.To run unittests on a released version, use the following: $ unittest -cp {VERSION}/lib/xp-net.xp_framework-{VERSION}.xar [tests]Example: $ unittest -cp 5.7.2/lib/xp-net.xp_framework-5.7.2.xar net.xp_framework.unittest.core.* |
|