https://issues.apache.org/bugzilla/show_bug.cgi?id=52136

             Bug #: 52136
           Summary: [PATCH] Build.xml simplification and JUnit regex
           Product: Fop
           Version: 1.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: med1...@gmail.com
    Classification: Unclassified


Created attachment 27895
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27895
Junit-regex patch

This patch changes the build.xml file to reduce some of the code-duplication.
It also introduces a regex for finding the Junit test files, the reason I've
done this is because some of the tests were being ignored because they didn't
appear in a TestSuite. I also think the output produced by junit on the command
line more readable.

However, in order to use a regex (**/*TestCase.java), this means that any class
in the test file that isn't intended to run (helper files or abstract classes)
cannot be called *TestCase.java. I think that's a fairly well established
tradition.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to