Unit tests are incomplete.
--------------------------
Key: TIKA-50
URL: https://issues.apache.org/jira/browse/TIKA-50
Project: Tika
Issue Type: Improvement
Components: general
Affects Versions: 0.1-incubator
Reporter: Keith R. Bennett
Fix For: 0.1-incubator
The unit tests are still pretty skeletal. It would be good if we added tests
for any new features that were added. This would:
* verify that these features are working correctly
* illustrate usage for ourselves and others (until we can provide
documentation) -- this would be especially helpful now that the architecture is
changing and to my knowledge we have no other usage example documentation.
* indicate with greater certainty that if a test were missing, the feature is
missing or not yet working
From what I can tell, here are some tests that could be added (please add
more if you know of any):
* Getting the mime type from the stream (this is working now, right?)
* Getting metadata (e.g. "title") from more document types
* Multiple metadata values for a single metadata name
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.