]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Merge pull request #33 from aronr/cspace-5301
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 5 Jun 2012 02:30:06 +0000 (19:30 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 5 Jun 2012 02:30:06 +0000 (19:30 -0700)
CSPACE-5301: refName parsing for authorities and authority items now uses tokenization code exclusively, rather than tokenization code in some code path(s) and regex code in other(s). The tokenization code, among its many virtues, handles parens in the displayName parts of refNames with aplomb. After making this change, all services tests (including refName-specific parsing tests in the common-api module) pass. As well, it is now possible to save authority item records with the addition of a broader or narrower term, whose displayname contains parens.


Trivial merge