mu/lib/tests
djcb a350e2047d Change format for filenames
It seems some tools try to interpret the filename of message files,
even though they shouldn't:
   "Do not try to extract information from unique names."

In particular, they seem to interpret the first part of the name (before
the first dot) as the # of seconds since the Unix epoch (ie.,
time(NULL)). That's not what mu/mu4e put there.

So, let's conform a bit more to the expected filename (as per the
maildir spec), so we're not confusing those tools.
2015-10-02 17:43:38 +03:00
..
testdir * handle message-ids a bit specially, update unit tests 2013-10-13 20:05:29 +03:00
testdir2 * fix matching backslashes, add some tests 2013-05-27 05:49:43 -07:00
testdir3 tests: threads: Test if grandchild message promotes only its subthread 2014-07-15 07:24:47 +02:00
testdir4 * lib/tests: support X-Label and X-Keywords, update unit test 2012-08-09 10:01:06 +03:00
Makefile.am mu: fix `make distcheck` 2015-09-22 12:03:44 +03:00
dummy.cc * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00
test-mu-common.c * lib: fix broken unit test 2014-01-15 21:27:18 +02:00
test-mu-common.h * update copyright years 2013-03-30 11:32:07 +02:00
test-mu-container.c mu: Test splicing child containers when there is only one thread 2014-08-15 10:10:39 +02:00
test-mu-date.c * update copyright years 2013-03-30 11:32:07 +02:00
test-mu-flags.c mu: don't use __FUNCTION__, use __func__ 2015-04-22 21:06:31 +03:00
test-mu-maildir.c Change format for filenames 2015-10-02 17:43:38 +03:00
test-mu-msg-fields.c * update copyright years 2013-03-30 11:32:07 +02:00
test-mu-msg.c * mu: unbreak unit test after flag changes (fixes #247) 2013-07-07 10:46:35 +03:00
test-mu-store.c * lib: fix broken unit test 2014-01-15 21:27:18 +02:00
test-mu-str.c Ensure tests have unique names. 2015-09-23 12:01:19 +01:00
test-mu-util.c mu: deactivate unit test for mu_util_dir_expand 2015-03-15 13:26:56 +02:00