Added more test rules.
authorJeffrey Stedfast <fejj@src.gnome.org>
Thu, 8 Feb 2001 03:53:15 +0000 (03:53 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 8 Feb 2001 03:53:15 +0000 (03:53 +0000)
camel/tests/folder/test3.c
camel/tests/folder/test9.c

index c29ef00..99369e5 100644 (file)
@@ -77,6 +77,8 @@ static struct {
        int counts[3];
        char *expr;
 } searches[] = {
+       { { 1, 1, 0 }, "(header-matches \"subject\" \"Test1 message99 subject\")" },
+       
        { { 100, 50, 0 }, "(header-contains \"subject\" \"subject\")" },
        { { 0, 0, 0 }, "(header-contains \"subject\" \"Subject\")" },
 
index 46d398d..3b75781 100644 (file)
@@ -49,6 +49,7 @@ struct {
        { "stop", "(body-contains \"data2\")", "(stop)" },
        { "notreached1", "(body-contains \"data2\")", "(move-to \"folder2\")" },
        { "count1", "(body-contains \"data3\")", "(move-to \"folder2\")" },
+       { "ustrcasecmp", "(header-matches \"Subject\" \"Test0 message100 subject\")", "(copy-to \"folder2\")" },
 };
 
 /* broken match rules */