summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2017-02-27 05:52:50 +0000
committerJaven O'Neal <onealj@apache.org>2017-02-27 05:52:50 +0000
commitaf663184b7c152e71e5a6d98b9462fd8ec11461d (patch)
tree0b29ce01cd24bfda57277d717ace2e0ba4649d93 /README.rst
parent8018c17caac01e630df0cd5243ada5453c83d6ee (diff)
downloadpoi-af663184b7c152e71e5a6d98b9462fd8ec11461d.tar.gz
poi-af663184b7c152e71e5a6d98b9462fd8ec11461d.zip
add repo location of unit test code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1784504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 252cffc5fc..0c327ff75b 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/