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 31981 - allow more flexible test lists
Summary: allow more flexible test lists
Status: RESOLVED DUPLICATE of bug 31980
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-13 16:05 UTC by Martin Brehovsky
Modified: 2003-03-13 16:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Brehovsky 2003-03-13 16:05:01 UTC
It would be great if XTest could support more
advanced test list. Let me show an example:

<testbag name="mytestbag" testattribs="validation"
execuor="myexecuttor" compiler="mycompiler">
  <testset dir="mytestset">
    <patternset>
      <include name="test1.class"/>       
    </patterset>
    <patternset attribs="i386">
       <include name="test2.class"/>
    </patternset>
    <patternset attribs="localized">
       <include name="test3.class"/>
    </patternset>
    <patternset attribs="i386,localized">
       <include name="test4.class"/>
    </patternset>
  </testset>
</testbag>

The pattern attribs would have to be selected via
additional property when tests are run - e.g. ant
-Dxtest.attribs=validation
-Dxtest.pattern.attribs=i386,!localized

The most important advance of this approach to
current attribtues is:
Comment 1 Martin Brehovsky 2003-03-13 16:43:20 UTC
My browser gone crazy - closing as a duplicate 

*** This issue has been marked as a duplicate of 31980 ***