[ 
https://issues.apache.org/jira/browse/LUCENE-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Busch updated LUCENE-1440:
----------------------------------

    Attachment: lucene-1440.patch

Here's the patch.

It adds the targets 'test-tag' and 'clean-tags'.
In common-build.xml I added 'test-macro' and 'compile-test-macro' that are 
shared between the standard 'test' and new 'test-tag' targets.

Currently all tests from Lucene 2.4 pass with trunk.

> Add ability to run backwards-compatibility tests automatically
> --------------------------------------------------------------
>
>                 Key: LUCENE-1440
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1440
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Build
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: lucene-1440.patch
>
>
> This is an idea Doug mentioned on LUCENE-1422.
> This patch adds new targets to build.xml to automatically download the junit 
> tests from a previous Lucene release and run them against the current core.
> Execute tests like this:
> ant -Dtag=lucene_2_4_0 test-tag
> It will create a new directory tags/lucene_2_4_0 and fetch the tests from the 
> svn repository and run them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to