[telepathy-gabble/master] test-jid-decode: add test for case folding

Dafydd Harries dafydd.harries at collabora.co.uk
Tue Aug 25 10:42:13 PDT 2009


---
 tests/test-jid-decode.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/test-jid-decode.c b/tests/test-jid-decode.c
index f1e3ee3..be676cf 100644
--- a/tests/test-jid-decode.c
+++ b/tests/test-jid-decode.c
@@ -47,6 +47,7 @@ main (void)
   test_pass ("foo at bar/baz", "foo", "bar", "baz");
   test_fail ("@bar");
   test_fail ("foo at bar/");
+  test_pass ("Foo at Bar/Baz", "foo", "bar", "Baz");
 
   return 0;
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list