Merge remote-tracking branch 'github/LUCY-294-nul-term' Fix some nul-termination problems in test code.
This closes #35. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b9fba0da Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b9fba0da Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b9fba0da Branch: refs/heads/master Commit: b9fba0dada5199810b25ac7ab49d57bf9547f538 Parents: 7805188 d9c7f35 Author: Marvin Humphrey <[email protected]> Authored: Sat Mar 19 21:01:28 2016 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Sat Mar 19 21:01:28 2016 -0700 ---------------------------------------------------------------------- core/Lucy/Test/Analysis/TestNormalizer.c | 14 ++++++++--- core/Lucy/Test/Analysis/TestSnowballStemmer.c | 6 ++++- core/Lucy/Test/Analysis/TestStandardTokenizer.c | 20 +++++++++++---- core/Lucy/Test/Highlight/TestHighlighter.c | 4 ++- core/Lucy/Test/Index/TestSortWriter.c | 16 +++++++++--- core/Lucy/Test/Plan/TestFieldMisc.c | 6 +++-- core/Lucy/Test/Search/TestQueryParserLogic.c | 19 +++++++++----- core/Lucy/Test/Search/TestQueryParserSyntax.c | 15 +++++++---- core/Lucy/Test/Store/TestCompoundFileWriter.c | 6 ++++- core/Lucy/Test/Store/TestFSFileHandle.c | 26 +++++++++++++------- 10 files changed, 95 insertions(+), 37 deletions(-) ----------------------------------------------------------------------
