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


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