https://bz.apache.org/bugzilla/show_bug.cgi?id=51519

--- Comment #8 from Javen ONeal <[email protected]> ---
You may be familiar with some or all of the following.

To increases your chances of having your patch accepted into trunk, include
unit tests that show the changed behavior is correct (fails on old code, passes
on patched code). This is especially important for new public functions.

Unit tests are located in /trunk/src/testcases (Office97 and version-agnostic
unit tests) and /trunk/ooxml/src/testcases (Office 2007+ only). If your code
change affects both Office 97 and 2007, try to find the base test so you don't
need to write your unit test twice.
If you haven't tested your changes, you'll need to install ant, then from the
command line run "ant clean test". Build success indicates no problem. If the
test fails, you'll need to look at the output junit test results in
build/test-results and build/ooxml-test-results.


When you want to signal to committers that your patch is tested and ready for
inclusion, prepend [PATCH] to the bug title and add PatchAvailable to keywords.


Set up build environment, including ant: https://poi.apache.org/howtobuild.html
Submitting patches: https://poi.apache.org/guidelines.html#SubmittingPatches

POI 3.13 release candidate was made a few days ago, but it's likely your
changes with corresponding unit tests can make it into POI 3.14. I expect 3.14
will be released in about 6 months, though the date depends on the status of
outstanding features come release time.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to