diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-20 12:02:31 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-20 12:02:31 +0000 |
| commit | 5008f4e433c305f63b6b6dbd4d8545ab4cb9d4b4 (patch) | |
| tree | c07f32e1809b7c08b8929a7bb79ef10475b9cd79 /tests/tests.h | |
| parent | 62818276185a1737ae67c162fd9c4929f6ba9629 (diff) | |
| download | qxmpp-5008f4e433c305f63b6b6dbd4d8545ab4cb9d4b4.tar.gz | |
add and test better auth-md5 parser (not used yet)
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 6fa076b6..05f891b6 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -29,6 +29,7 @@ class TestUtils : public QObject private slots: void testCrc32(); + void testDigestMd5(); void testHmac(); }; |
