| 1 |
Revision history for Perl test suite Swishetest. |
|---|
| 2 |
0.05 Fri Nov 30 15:44:01 2006 |
|---|
| 3 |
- first version put in swish-e svn at |
|---|
| 4 |
http://svn.swish-e.org/Swishetest/trunk/ |
|---|
| 5 |
- updated copyright dates through 2007 |
|---|
| 6 |
0.04 Thu Nov 29 16:30:00 2007 |
|---|
| 7 |
- there are 5 properties now, not 4 |
|---|
| 8 |
- use Carp to explain warnings and errors |
|---|
| 9 |
- make each .pm file an actual module. |
|---|
| 10 |
- comment updates |
|---|
| 11 |
- package up for Peter Karman |
|---|
| 12 |
0.03 Tue Apr 12 20:08:00 2005 |
|---|
| 13 |
- major rewrite, code made more C-like. |
|---|
| 14 |
- Test XML, Text and HTML parsers on complete FC1 and OSX dictionaries (t/030*) |
|---|
| 15 |
- t/030* respects MAX_INDEX_FILES env variable for max index size |
|---|
| 16 |
0.02 Tue Dec 21 10:10:00 2004 |
|---|
| 17 |
- started structure with dirs qw(conf data index) |
|---|
| 18 |
- wrote collection data/C001-trivial-txt/(a|b|c).txt |
|---|
| 19 |
- wrote collection data/C002-trivial-html/(a|b|c).html |
|---|
| 20 |
- wrote collection data/C003-trivial-xml/(a|b|c).xml |
|---|
| 21 |
- copied OS X's /usr/share/dict/words to data/C020-words-txt/words.txt |
|---|
| 22 |
- setup ./mkmanifest script to update manifest based on . and t/*.t |
|---|
| 23 |
- wrote Swishtest.pm ::do_search() and ::build_index(), and docs |
|---|
| 24 |
- wrote 000-basicload.t, 001-SWISHAPI.t, |
|---|
| 25 |
- wrote t/010*.t and t/010*.t, which test building indices from data/C010-trivial-txt/* |
|---|
| 26 |
- wrote t/011-C011-trivial-html.t, t/012-C012-trivial-xml.t, & |
|---|
| 27 |
t/020-C020-wordsbasic-txt.t, each for its respective C0## |
|---|
| 28 |
- wrote make_collection (see ./make_collection -h) |
|---|
| 29 |
- wrote t/030-C030-extprog-xml.t , which uses data/C030- (from make_collection) |
|---|
| 30 |
- wrote t/040-C040-swishedocs-html.t which indexes swish-e docs at data/C040-... |
|---|
| 31 |
0.01 Mon Dec 20 12:42:02 2004 |
|---|
| 32 |
- original version; created by h2xs 1.22 with options |
|---|
| 33 |
-n Swishetest -v 0.01 -XA |
|---|
| 34 |
|
|---|