Expanded calendar parsing to allow more date formats, added some unit tests for ISBN...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 14 Oct 2008 15:56:03 +0000 (15:56 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Tue, 14 Oct 2008 15:56:03 +0000 (15:56 +0000)
commit748f492e437a80d6b710f92e83eddbf7c44e2d58
tree97e34a86840ede65da0ad3605099ccabad5d3dfa
parentfd5090164773cdab90916875f8591fd6244a5fda
Expanded calendar parsing to allow more date formats, added some unit tests for ISBN and VEVENTS, and fixed the EAN13-1 test which was failing by one image.

git-svn-id: http://zxing.googlecode.com/svn/trunk@616 59b500cc-1b3d-0410-9834-0bbf25fbcc57
core/src/com/google/zxing/client/result/CalendarParsedResult.java
core/test/src/com/google/zxing/client/result/ParsedReaderResultTestCase.java
core/test/src/com/google/zxing/oned/EAN13BlackBox1TestCase.java