summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kaluza <hanzz.k@gmail.com>2012-06-20 08:37:43 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-06-20 19:05:04 (GMT)
commitc64bfb54c72f5fab80cd6f3e3202f8c09064ecf3 (patch)
tree708cc5a09272a30e76952bb52532764774a63f11 /Swiften/SConscript
parent7436b2bc3c52141cf18602b2f392b79ed7bded75 (diff)
downloadswift-contrib-c64bfb54c72f5fab80cd6f3e3202f8c09064ecf3.zip
swift-contrib-c64bfb54c72f5fab80cd6f3e3202f8c09064ecf3.tar.bz2
Parse node attribute in DiscoItemsParser and add DiscoItemsParser test
Copyright (c) 2012 Jan Kaluza Licensed under the Simplified BSD license. See Documentation/Licenses/BSD-simplified.txt for more information.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r--Swiften/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript
index 340e8a5..de67983 100644
--- a/Swiften/SConscript
+++ b/Swiften/SConscript
@@ -300,6 +300,7 @@ if env["SCONS_STAGE"] == "build" :
File("Network/UnitTest/BOSHConnectionPoolTest.cpp"),
File("Parser/PayloadParsers/UnitTest/BodyParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/DiscoInfoParserTest.cpp"),
+ File("Parser/PayloadParsers/UnitTest/DiscoItemsParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/ErrorParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/FormParserTest.cpp"),
File("Parser/PayloadParsers/UnitTest/CommandParserTest.cpp"),