aboutsummaryrefslogtreecommitdiff
path: root/test/search-insufficient-from-quoting
AgeCommit message (Collapse)Author
2014-01-13test: renamed test scripts to format T\d\d\d-name.shTomi Ollila
All test scripts to be executed are now named as T\d\d\d-name.sh, numers in increments of 10. This eases adding new tests and developers to see which are test scripts that are executed by test suite and in which order.
2011-05-27Update some more recent tests to use /usr/bin/env to find bashCarl Worth
The recentl-applied patch had grown stale, so update the tests that had been created since it was originally written.
2011-04-25test: Mark the search-insufficient-from-quoting tests to expect successCarl Worth
Theses were expected failures only due to a bug in GMime (with versions of GMime before 2.4.18). As of GMime version 2.4.18 this bug is fixed and these tests now pass.
2011-03-09test: Rename and clarify the search-lwn testCarl Worth
Now that we understand the bug here, we rename this test to search-insufficient-from-quoting to clarify the bug being exercised, (which occurs when the From: line contains an unquoted '.' character). We also mark these tests as expected failures until the bug gets fixed.