Two new tests: resultset_sort1() rejects a syntactically invalid sort
[ZOOM-Perl-moved-to-github.git] / t /
2005-11-08 mikeTwo new tests: resultset_sort1() rejects a syntacticall...
2005-11-08 mikeNew
2005-11-08 mikeNicer option-setting syntax.
2005-11-08 mikeNew -- initial version exercises all the functions...
2005-11-08 mikeNew
2005-11-08 mikeAdd no-op final test mirroring scanset re-destruction...
2005-11-08 mikeRemove extraneous "use MARC::Record".
2005-11-08 mikeNew.
2005-11-07 mikeRemove outdated comment about sorting not working.
2005-11-07 mikeTesting for record cloning and deletion.
2005-11-04 mikeNew
2005-11-04 mikeTest for success of sortby() call.
2005-11-04 mikeTypo.
2005-11-04 mikeRemoved unusued my($errcode, $errmsg, $addinfo);
2005-11-04 mikeNew -- doesn't yet pass, but I think that's Adam's...
2005-11-03 mikeNew -- tests OO interface to advanced result-set functi...
2005-11-03 mikeExtra test: not-previously-fetched record works with...
2005-11-03 mikeReinstate resultset_records() tests that were commented...
2005-11-02 mikeAdditional tests for resultset_records().
2005-11-02 mikeMany more tests -- still not complete as resultset_reco...
2005-11-01 mikeNew (but not really complete)
2005-10-31 mikeNew/
2005-10-31 mikeCheck size of result-set arising from search on created...
2005-10-31 mikeStricter checking of retrieved record.
2005-10-26 mikeTweaks.
2005-10-26 mikeTest-script for query object (not yet complete).
2005-10-24 mikeNew.
2005-10-19 mikeComments fixed. No functional changes.
2005-10-19 mikeNew.
2005-10-18 mikeNew
2005-10-18 mikeuse warnings;
2005-10-18 mikeuse warnings;
2005-10-17 mikegetl() test emits recovered length in commentary.
2005-10-17 mikeThree new tests of connectionless create and explicit...
2005-10-17 mikeTwo new tests of option setting/getting in text and...
2005-10-13 mikeRemove extraneous output.
2005-10-13 mikeCorrect number of tests.
2005-10-13 mikeThree more functions tested:
2005-10-13 mikeTweak commentary -- no functional changes.
2005-10-12 mikeAdd diag_str() test.
2005-10-12 mikeRemove repeated "my".
2005-10-12 mikeNow runs in parallel to 1-Net-Z3950-ZOOM.t: 11 tests...
2005-10-12 mikeProper test-suite -- eleven tests, no unauthorised...
2005-10-12 mikeDo not print to STDERR.
2005-10-12 mikeNew
2005-10-12 mikeRename Net-Z3950-ZOOM.t to 1-Net-Z3950-ZOOM.t
2005-10-12 mikeuse strict;
2005-10-11 mikeAdd ZOOM_ prefixes removed from function calls.
2005-10-11 mikeConnect to test-server on indexdata.com, not a local...
2005-10-11 mikeCVS Id.
2005-10-11 mikeRepace ZOOM.t with Net-Z3950-ZOOM.t
2005-10-10 mikeVery simple initial test programme, modelled after...
2005-10-07 mikeInitial revision