diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-12 08:48:56 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-12 08:48:56 +0000 |
| commit | dc534ee2fee6e7907544f4831a3b264c6fd05779 (patch) | |
| tree | 357c9f635f11ed4b325303042c7f1edf392d4c26 /tests/tests.h | |
| parent | 9f5bd9419ca84149e7808fe8cf83312abfbcd682 (diff) | |
| download | qxmpp-dc534ee2fee6e7907544f4831a3b264c6fd05779.tar.gz | |
test Entity Time Iq
Diffstat (limited to 'tests/tests.h')
| -rw-r--r-- | tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 3c248645..fccb12f3 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -61,6 +61,8 @@ private slots: void testVCard(); void testVersionGet(); void testVersionResult(); + void testEntityTimeGet(); + void testEntityTimeResult(); }; class TestJingle : public QObject |
