diff options
Diffstat (limited to 'Swiften/Parser/PayloadParsers/UnitTest/MIXParticipantParserTest.cpp')
| -rw-r--r-- | Swiften/Parser/PayloadParsers/UnitTest/MIXParticipantParserTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Swiften/Parser/PayloadParsers/UnitTest/MIXParticipantParserTest.cpp b/Swiften/Parser/PayloadParsers/UnitTest/MIXParticipantParserTest.cpp index 27c02e7..57d4b35 100644 --- a/Swiften/Parser/PayloadParsers/UnitTest/MIXParticipantParserTest.cpp +++ b/Swiften/Parser/PayloadParsers/UnitTest/MIXParticipantParserTest.cpp @@ -52,8 +52,5 @@ TEST(MIXParticipantParserTest, XEP0369_Example27_ParticipantEmpty) { MIXParticipant::ref payload = parser.getPayload<MIXParticipant>(); ASSERT_TRUE(payload); ASSERT_FALSE(payload->getNick()); ASSERT_FALSE(payload->getJID()); } - - - |
Swift