Removed unused function seek_home().
[mmh] / test /
2012-03-09 David LevineEnabled all groff warnings, with -ww, in manpages test...
2012-03-09 David LevineFixed mhlist -verbose to work with all content types...
2012-03-08 David LevineAdded test-refile.
2012-03-08 David LevineReplaced us-ascii with iso-8859-1 in examples, just...
2012-03-07 David LevineAdded test-mhparam and test-mhstore.
2012-03-05 Ken HornsteinFinally got a reasonable burst test working.
2012-03-05 Ken HornsteinA test for burst; still needs work.
2012-03-03 David LevineAdded test-mhlist.
2012-03-01 Ken Hornstein%G isn't actually part of POSIX, so change to %Y.
2012-03-01 Ken HornsteinFixed a problem that caused the test to fail if you...
2012-02-28 David LevineRemoved blank line after "End of Forwarded Message...
2012-02-28 David LevineChanged domains in man page and test examples to use...
2012-02-28 David LevineFixed to report failure if getfulname hadn't been built...
2012-02-28 David LevineThey test with output to a tty didn't work under make...
2012-02-27 Ken HornsteinGot the forw -digest test working.
2012-02-27 Ken HornsteinA test for forw -digest. It doesn't quite work yet.
2012-02-27 Ken HornsteinFix up some of the pick tests:
2012-02-27 Ken HornsteinBeginnings of a test suite for the mh-format support...
2012-02-26 David LevineAdded test-pick.
2012-02-23 Ken HornsteinCreate a test for the new mh-format processing availabl...
2012-02-23 David LevineAdded test-flist and test-mark sequences tests.
2012-02-21 David LevineMigrated a couple more tests to use run_test() in commo...
2012-02-19 David LevineKen noted that "make check" can be run before installat...
2012-02-18 David Levinegcc was warning about unused arguments to main, so...
2012-02-18 David LevineConsolidated runtest and check_string test functions.
2012-02-18 David LevineHave each test clean up after itself if it completes...
2012-02-18 David LevineAdded mhpath test. Updated mhpath man page to reflect...
2012-02-18 David LevineThe test check() function now removes the expected...
2012-02-18 David LevineEnclosed program name and directory in double quotes...
2012-02-18 David LevineHere's the proper fix instead of the hack of d28ce569fe...
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-17 David LevineHacked to work with make distcheck. Maybe not the...
2012-02-17 David LevineMoved check() function from individual tests to common.sh.
2012-02-17 David LevineRearranged test suite environment variables so that...
2012-02-15 Ken HornsteinCreate test cases for the new format functions for...
2012-02-14 David LevineFixed progress indicator.
2012-02-11 Ken HornsteinFix this so it works when valgrind is installed.
2012-02-11 Ken HornsteinSwitch over to using the template files out of our...
2012-02-11 Ken HornsteinSwitch to using the "inst" version of mhl for tests.
2012-02-11 Ken HornsteinRe-work the test suite so it now works with Automake...
2012-02-10 Ken HornsteinMake the test suite work on systems other than Linux...
2012-02-09 David LevineAdded mhshow subpart test.
2012-02-09 David LevineAlways run setup-test from make test/runalltests, just...
2012-02-08 David LevineRemoved use of tzset()/tzname in dtimezone(). They...
2012-02-08 David LevineReverted TZ hack to tests, 9ea2daf5e74e3ff03043cfa6fb68...
2012-02-07 David LevineSome tests failed because they displayed the user's...
2012-02-07 David LevineReworked test suite to copy the configuration used...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,
2008-12-26 Peter Maydell* sbr/m_getfld.c: fix two bugs which could cause us...
2008-12-26 Peter Maydelltest/common.sh: new file for common utility functions...
2008-12-25 Peter Maydelltest/runtest: automatically run setup-test if it hasn...
2008-08-14 Eric Gillespie * test/setup-test: Don't run autogen.sh unless needed...
2008-08-14 Eric Gillespie * sbr/ambigsw.c: Send print_sw output to stderr. ...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
2008-08-13 Eric GillespieOops, meant to use $failed (number of failed checks...
2008-08-13 Eric GillespieAdd descriptive headers, as other tests have.
2008-08-13 Eric Gillespie * test/tests/bad-input/test-header: Add test for it.
2008-08-13 Eric Gillespie * test/tests/mhshow/test-qp: Test various valid and...
2008-08-13 Eric GillespieIgnore test-temp-dir.
2008-08-12 Peter Maydellautogen.sh (new file): add script for running the GNU...
2008-08-08 Eric Gillespies/ls/cd/ in comment (probably pasted from test-ls)
2008-08-03 Peter Maydellbug #23319: rework the way we handle the working direct...
2008-08-03 Peter Maydelltest/setup-test: use 'set -e' so we stop on compile...
2008-08-03 Peter MaydellBug #23436: fix some minor manpage syntax errors and...
2008-08-03 Peter MaydellAllow tests to indicate that they have been skipped...
2008-08-03 Peter MaydellIgnore editor backup files
2008-08-03 Peter MaydellWhen doing an if-test on the result of a function which...
2008-07-25 Josh Bressers* test/setup-test: Run 'make clean' before building
2008-07-25 Josh Bressers* test/runtest: cat test-temp-dir only once. Destroy...
2008-06-12 Josh BressersRemove an accidentally committed file
2007-04-17 Josh BressersInitial checkin of a testsuite