summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Collapse)Author
2012-05-21* fix refactoring fall-outdjcb
2012-05-21* refactoring: split src/ into mu/ and lib/djcb
2012-05-20* append all inline text/plain parts for the body, add test casesdjcb
2012-05-14* add some test mails for the unit testsdjcb
2012-05-11* fix: shortcut for signed is 'z', not 's'; add some unit tests as welldjcb
2012-05-04* mu-str.c: do some more massaging for xapian queries with brackets, add ↵djcb
unit tests
2012-04-16* improve support for non-latin languages (cyrillic etc.) (WIP)djcb
- change the various escaping / normalization functions to better deal with non-ascii, non-latin languages, such as Russian. It seems. now we can match 'Тесла' or 'Аркона' without problem. - added unit test. - WIP -- needs more testing.
2012-04-13* mu-str.c, test-mu-query.c: ensure all unit tests passdjcb
2012-04-13* update unit tests for new escapingdjcb
2012-03-30* mu-str etc.: improve escaping (for gmail folder names)djcb
2012-03-19* test-mu-util.c: remove broken test casedjcb
2012-03-19* tests: don't use mu_util_init_system, small cleanupsdjcb
2012-03-19* test-mu-cmd-cfind.c: fix unit tests for ubuntu 10.04djcb
the tests made unwarranted assumptions about the order in which addresses are returned.
2012-03-14* tests/: fix test cases for freebsd (and other bsds)djcb
2012-03-08* tests: more gracefully deal with the case where there's no en_US.utf8 localedjcb
2012-03-08* test-mu-util.c: fix test_mu_util_dir_expand_03 for the symlink casedjcb
2012-02-26* test-mu-maildir: add some extra tests for maildir creationDirk-Jan C. Binnema
2012-02-26* cosmeticsDirk-Jan C. Binnema
2012-02-23* mu-cmd-find.c: --format=links: don't show error when there isn't any + ↵Dirk-Jan C. Binnema
unit test
2012-02-13* update test, docs for mu extractdjcb
2012-01-31* test-mu-maildir.c: work around some weirdness on MacOS, fix permissionsdjcb
failure in 'distcheck'
2012-01-23* test-mu-maildir.c: make the verbose output a bit more useful.djcb
2012-01-22* minordjcb
2012-01-21* tests: fix unit tests for the improved parsingdjcb
2012-01-12* test-mu-store: fix tiny leak in unit testdjcb
2011-12-07* <many>: add possibility to limit max number of search resultsdjcb
2011-12-01* add unit tests for the mime, attachment contents searching; they even passdjcb
2011-11-27* tests/Makefile.am: add new test e-mails to makefiledjcb
2011-11-27* update test casesdjcb
2011-11-24* update test casesdjcb
2011-11-13* add test cases for RFC822 attachments, maildirs with spaces in name (do notdjcb
pass...)
2011-10-24* fix unit tests (i.e.. fix re-indexing messages bug)djcb
2011-09-18* fix make check, make cc10 and make line33Dirk-Jan C. Binnema
2011-09-18* test-mu-store: updated test cases for API changesDirk-Jan C. Binnema
2011-09-12* test-mu-store.c: update for API changeDirk-Jan C. Binnema
2011-09-12* mu-maildir: make public mu_maildir_get_maildir_from_path, add testsDirk-Jan C. Binnema
2011-09-03* updated test cases; in particular, use g_test_verboseDirk-Jan C. Binnema
2011-08-30* update test cases for other changesDirk-Jan C. Binnema
2011-08-29* update test cases for other changesDirk-Jan C. Binnema
2011-08-16* add mu-flags unit testsDirk-Jan C. Binnema
2011-08-16Merge branch 'master' into emuDirk-Jan C. Binnema
2011-08-16* fix 'make distcheck' -- make thread test work regardless of indexing-order ↵Dirk-Jan C. Binnema
of files
2011-08-13* restore flag:unread and some optimizationDirk-Jan C. Binnema
2011-08-13* update maildir unit testsDirk-Jan C. Binnema
2011-08-13* mu-maildir.[ch]: re-implement message flag parsing, message movingDirk-Jan C. Binnema
2011-08-11* MuMsgFlags => MuFlagsDirk-Jan C. Binnema
2011-08-11* test-mu-maildir.c: add some test casesDirk-Jan C. Binnema
2011-08-10* test-mu-store.c: fix test case (gboolean vs MuExitCode)Dirk-Jan C. Binnema
2011-08-03* some mu_store_store => mu_store_store_msg and the consequencesDirk-Jan C. Binnema
2011-07-23* update for new mu_runtime init stuffDirk-Jan C. Binnema