summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-23 13:29:50 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-04-23 14:13:47 (GMT)
commit08cc1ca928c197a0c94ff791da34e0a79eaed61b (patch)
treed9761995453673ec0d0feb045f94f0dedff1c990 /tests
parent2e8ece735d6a31f4657192e77b9dc53fb2a03e9c (diff)
downloadQt-08cc1ca928c197a0c94ff791da34e0a79eaed61b.zip
Qt-08cc1ca928c197a0c94ff791da34e0a79eaed61b.tar.gz
Qt-08cc1ca928c197a0c94ff791da34e0a79eaed61b.tar.bz2
clean up server socket on startup
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qlocalsocket/tst_qlocalsocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlocalsocket/tst_qlocalsocket.cpp b/tests/auto/qlocalsocket/tst_qlocalsocket.cpp
index f741b96..e62b657 100644
--- a/tests/auto/qlocalsocket/tst_qlocalsocket.cpp
+++ b/tests/auto/qlocalsocket/tst_qlocalsocket.cpp
@@ -112,6 +112,8 @@ tst_QLocalSocket::tst_QLocalSocket()
#endif
))
qWarning() << "lackey executable doesn't exists!";
+
+ QLocalServer::removeServer("tst_localsocket");
}
tst_QLocalSocket::~tst_QLocalSocket()