提交 691ae37d authored 作者: christian.peter.io's avatar christian.peter.io

Fixes ClassNotFoundException if Lucene is not in classpath

上级 b562327f
......@@ -34,7 +34,6 @@ public class TestFullText extends TestBase {
public void test() throws Exception {
testTransaction(false);
testTransaction(true);
testCreateDrop();
if (config.memory) {
return;
......@@ -48,6 +47,7 @@ public class TestFullText extends TestBase {
String luceneFullTextClassName = "org.h2.fulltext.FullTextLucene";
try {
Class.forName(luceneFullTextClassName);
testTransaction(true);
test(true, "VARCHAR");
test(true, "CLOB");
testPerformance(true);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论