diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-15 11:58:48 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-15 11:58:48 +0200 |
| commit | cc4bd302b0a44acb9d39a71508a0c948367d3461 (patch) | |
| tree | da9369c2e19413facc557372a6a66e5570d07da5 /tests/vcard.cpp | |
| parent | a8e6bd3e1d435038591b3a16fb31136539c5efec (diff) | |
| download | qxmpp-cc4bd302b0a44acb9d39a71508a0c948367d3461.tar.gz | |
remove trailing whitespace
Diffstat (limited to 'tests/vcard.cpp')
| -rw-r--r-- | tests/vcard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vcard.cpp b/tests/vcard.cpp index eacaf938..1a9d175c 100644 --- a/tests/vcard.cpp +++ b/tests/vcard.cpp @@ -100,7 +100,7 @@ void tst_QXmppVCardIq::testPhone_data() { QTest::addColumn<QByteArray>("xml"); QTest::addColumn<int>("type"); - + QTest::newRow("none") << QByteArray("<PHONE><NUMBER>12345</NUMBER></PHONE>") << int(QXmppVCardPhone::None); QTest::newRow("HOME") << QByteArray("<PHONE><HOME/><NUMBER>12345</NUMBER></PHONE>") << int(QXmppVCardPhone::Home); QTest::newRow("WORK") << QByteArray("<PHONE><WORK/><NUMBER>12345</NUMBER></PHONE>") << int(QXmppVCardPhone::Work); |
