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

Summary: examples/MyModule/test/build.xml need to be updated to support ide executor
Product: obsolete Reporter: Jiri Skrivanek <jskrivanek>
Component: xtestAssignee: issues@obsolete <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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.