I don't think this test is correct:

  result = mailbox_remove_namespace("#Public",&namespace,&username);
  fail_unless(result == NULL, "mailbox_remove_namespace failed 2");
  fail_unless(strcmp("#Public",namespace)==0,"namespace not #Public");
  fail_unless(username==NULL,"username not NULL");

A command like this:

  aaa LIST "#Public" ""

should be valid, no?

Aaron

_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to