OSDN Git Service

Add regression tests for ispell, synonym and thesaurus dictionaries.
authorTeodor Sigaev <teodor@sigaev.ru>
Tue, 11 Sep 2007 11:54:42 +0000 (11:54 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 11 Sep 2007 11:54:42 +0000 (11:54 +0000)
commit64def09592535dc043741fb46f16eb37e152d90f
tree5b8fcb4790bac14c628d6abf42da5265519fe4d7
parentc4b2b2960aad6fc292dfaec330ebe41fead8ab30
Add regression tests for ispell, synonym and thesaurus dictionaries.
Rename synonym.syn.sample and thesaurs.ths.sample to
synonym_sample.syn and thesaurs_sample.ths accordingly to be able to use they
in regression test.

Ispell dictionary uses synthetic simple dictionary files.
src/backend/tsearch/Makefile
src/backend/tsearch/hunspell_sample.affix [new file with mode: 0644]
src/backend/tsearch/ispell_sample.affix [new file with mode: 0644]
src/backend/tsearch/ispell_sample.dict [new file with mode: 0644]
src/backend/tsearch/synonym.syn.sample [deleted file]
src/backend/tsearch/synonym_sample.syn [new file with mode: 0644]
src/backend/tsearch/thesaurus_sample.ths [moved from src/backend/tsearch/thesaurus.ths.sample with 73% similarity]
src/test/regress/expected/tsdicts.out [new file with mode: 0644]
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/tsdicts.sql [new file with mode: 0644]