summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-05 15:36:47 +0200
committerJoerg Bornemann <joerg.bornemann@trolltech.com>2009-08-05 15:37:18 +0200
commitfb8bb148affec842e8fa1a70616c64c7d3066ee8 (patch)
treed43dd0f29c45b8d10a972ad937950cbbda62f61b /tools/qtestlib
parente9210d6882a5a2d07492b4f98576f3465d2f0aa1 (diff)
cetcpsync: unneeded error message removed
If file deletion fails then I don't want to know it. cetest tries to delete files more than once.
Diffstat (limited to 'tools/qtestlib')
-rw-r--r--tools/qtestlib/wince/cetcpsync/qtcesterconnection.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qtestlib/wince/cetcpsync/qtcesterconnection.cpp b/tools/qtestlib/wince/cetcpsync/qtcesterconnection.cpp
index 4a8ae2b698..76d3b4bbd2 100644
--- a/tools/qtestlib/wince/cetcpsync/qtcesterconnection.cpp
+++ b/tools/qtestlib/wince/cetcpsync/qtcesterconnection.cpp
@@ -295,7 +295,8 @@ bool QtCesterConnection::deleteFile(const QString &fileName)
}
if (!_checkResult(socket)) {
- END_ERROR(socket, "File Deletion failed");
+ //END_ERROR(socket, "File Deletion failed");
+ // This is actually not an error so ignore it.
}
_freeSocket(socket);