From 5d02b91900fcdd4acdfb80518c98a3048bb1b07c Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Mon, 27 Feb 2017 05:52:50 +0000 Subject: [PATCH] add repo location of unit test code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784504 13f79535-47bb-0310-9956-ffa450edef68 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 252cffc5f..0c327ff75 100644 --- a/README.rst +++ b/README.rst @@ -67,6 +67,10 @@ Contributing * Check out the code from svn or git * Import the project into Eclipse or your favorite IDE * Write a unit test: + * Binary formats and Common APIs: src/testcases/org/apache/poi/ + * OOXML APIs only: src/ooxml/testcases/org/apache/poi/ + * Scratchpad (Binary formats): src/scratchpad/testcases/org/apache/poi/ + * test files: test-data/ * Navigate the source, make changes, and run unit tests to verify * Binary formats and Common APIs: src/java/org/apache/poi/ * OOXML APIs only: src/ooxml/java/org/apache/poi/