* add test case for mu view

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-06 13:14:17 +02:00
parent 5487989b99
commit f00f1dc01b
6 changed files with 58 additions and 7 deletions

View File

@ -221,7 +221,7 @@ test_mu_util_get_dtype_with_lstat (void)
g_assert_cmpuint (
mu_util_get_dtype_with_lstat (MU_TESTMAILDIR2), ==, DT_DIR);
g_assert_cmpuint (
mu_util_get_dtype_with_lstat (MU_TESTMAILDIR2 "Foo/cur/mail4"),
mu_util_get_dtype_with_lstat (MU_TESTMAILDIR2 "Foo/cur/mail5"),
==, DT_REG);
}