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 17172 - examples/MyModule/test/build.xml need to be updated to support ide executor
Summary: examples/MyModule/test/build.xml need to be updated to support ide executor
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-31 14:41 UTC by Jiri Skrivanek
Modified: 2001-11-05 17:10 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 Jiri Skrivanek 2001-10-31 14:41:01 UTC
If you change xtest/examples/MyModule/test/cfg-unit.xml to have ide executor it
doesn't run IDE.
Comment 1 Milan Kubec 2001-11-05 10:52:15 UTC
It's fixed, you can change executor for some testbag in cfg file and
tests will be executed in IDE, BUT please remember, that it's not
typical test setup, because there is actually no module installed in
IDE to be tested. From that reason it's just hack that it runs inside
IDE, it just uses repository to mount *tested* classes and *test*
classes too. There is no difference between running tests inside or
outside IDE.

Please note that if you want to run ide tests, you need to provide
arguments -Dxtest.executors=ide and -Dxtest.attribs=<some attribute>.
Comment 2 Jiri Skrivanek 2001-11-05 17:08:38 UTC
Verified. I need a running example to build on when creating GUI test
example.