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)
commit65f8cf557d49357c091ac3862dad684d70acc2f7
tree4a99c462dba3967123ad47b8e8e6523ed90798bb
parentfaaa202b814a2ac7b1e87905fa951682d965b722
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]