diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-04-23 13:29:50 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-04-23 14:13:47 (GMT) |
commit | 08cc1ca928c197a0c94ff791da34e0a79eaed61b (patch) | |
tree | d9761995453673ec0d0feb045f94f0dedff1c990 /tests | |
parent | 2e8ece735d6a31f4657192e77b9dc53fb2a03e9c (diff) | |
download | Qt-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.cpp | 2 |
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() |