You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2015/10/06 02:08:52 UTC

[3/3] lucy git commit: Merge branch 'LUCY-285-core-tests-under-go'

Merge branch 'LUCY-285-core-tests-under-go'

Run the core tests under the Go bindings, just as we do under other
host bindings.

Skip Analysis tests when the test data can't be found.

This closes #22.


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a347c817
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a347c817
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a347c817

Branch: refs/heads/master
Commit: a347c8170ef6d5a2004745aec82eaac42ecf0652
Parents: 4f37426 9eebf50
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Mon Oct 5 16:17:11 2015 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Mon Oct 5 16:17:11 2015 -0700

----------------------------------------------------------------------
 core/Lucy/Test/Analysis/TestNormalizer.c        |  5 +++
 core/Lucy/Test/Analysis/TestSnowballStemmer.c   |  5 +++
 core/Lucy/Test/Analysis/TestStandardTokenizer.c | 33 +++++++++++---------
 core/Lucy/Test/TestUtils.c                      |  3 +-
 core/Lucy/Test/TestUtils.cfh                    |  4 ++-
 go/lucy/lucy.go                                 |  2 ++
 go/lucy/test.go                                 | 30 ++++++++++++++++++
 go/lucy/test_test.go                            | 30 ++++++++++++++++++
 8 files changed, 95 insertions(+), 17 deletions(-)
----------------------------------------------------------------------