This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 116322 - IDE Help -About JMunit
Summary: IDE Help -About JMunit
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Mobility (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Bradley Schmidt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 14:49 UTC by Lukas Hasik
Modified: 2007-11-23 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2007-09-21 14:49:30 UTC
"When you generate your first test, a TestRunner MIDlet from the framework JAR gets added to the list of MIDlets This
MIDlet will be shown in the emulator window´s Run list when you run the project."

-> not TestRunner MIDlet but TestSuite MIDlet is added


"All test classes are added to a property in the JAD manifest called JMunitTestClasses. When you generate your first
test for the project, the JMunit framework JAR gets added to the project libraries for all project configurations. The
framework JAR builds a list of tests to run from the JMunittestClasses property. "

->the correct text is "All test classes are added to a property in the JAD manifest called JMUnitTestClasses. When you
generate your first test for the project, the JMUnit framework JAR gets added to the project libraries for all project
configurations. The framework JAR builds a list of tests to run from the JMUnittestClasses property. "
--the difference is capital U in JMUnit
Comment 1 Bradley Schmidt 2007-09-27 17:46:06 UTC
fixed in trunk
Comment 2 Fabiola Rios 2007-11-23 08:54:51 UTC
Verified in RC2