diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-04 20:00:36 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-04 20:00:36 (GMT) |
commit | 93c3c8554734c0665555d64bbca8ee0898f17e6c (patch) | |
tree | 5a9f80b9347233ae003d246c749f55137e40fbdb /Swiften | |
parent | 3fe9d1e52643e2ca3b394a371ad89786cdb8040e (diff) | |
download | swift-93c3c8554734c0665555d64bbca8ee0898f17e6c.zip swift-93c3c8554734c0665555d64bbca8ee0898f17e6c.tar.bz2 |
Remove SQLite tests.
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index aea527a..2d5490c 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -151,7 +151,7 @@ if env["SCONS_STAGE"] == "build" : File("Elements/UnitTest/StanzasTest.cpp"), File("EventLoop/UnitTest/EventLoopTest.cpp"), File("EventLoop/UnitTest/SimpleEventLoopTest.cpp"), - File("History/UnitTest/SQLiteHistoryManagerTest.cpp"), +# File("History/UnitTest/SQLiteHistoryManagerTest.cpp"), File("JID/UnitTest/JIDTest.cpp"), File("LinkLocal/UnitTest/LinkLocalConnectorTest.cpp"), File("LinkLocal/UnitTest/LinkLocalServiceBrowserTest.cpp"), |