openbsd-ports/textproc/clucene/patches/patch-test_tests_cpp
2006-12-23 14:10:13 +00:00

19 lines
550 B
Plaintext

$OpenBSD: patch-test_tests_cpp,v 1.1.1.1 2006/12/23 14:10:13 espie Exp $
--- test/tests.cpp.orig Sat Dec 23 14:48:05 2006
+++ test/tests.cpp Sat Dec 23 14:48:10 2006
@@ -8,7 +8,6 @@
unittest tests[] = {
{"indexwriter", testindexwriter},
- {"debug", testdebug},
{"analysis", testanalysis},
{"analyzers", testanalyzers},
{"highfreq", testhighfreq},
@@ -23,5 +22,6 @@ unittest tests[] = {
{"store", teststore},
{"utf8", testutf8},
{"reuters", testreuters},
+ {"debug", testdebug},
{"LastTest", NULL}
};