aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-04-12 13:42:22 +0200
committerhjk <qthjk@ovi.com>2012-04-12 14:03:10 +0200
commit5f1e7642edd751571a0dbc26ea0d7dd7b17d6fd5 (patch)
tree85c1e5807e1b7d5a0ade7b011b2ae526868a93ae /tests
parentb830703c9ce9228caf7e76286d5defdd7c035033 (diff)
debugger: Removed redundant checks in self-test
Change-Id: Iee8cfe736ff84eb9bcf82b1f1cda01eec38f19c2 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index 82b20f7171..9c51e1b579 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -576,9 +576,6 @@ namespace qbytearray {
// Check buf1 "î" QByteArray.
// Check buf2 "î" QByteArray.
// Check buf3 "\ee" QByteArray.
- // Check buf1 "î" QByteArray.
- // Check buf2 "î" QByteArray.
- // Check buf3 "\ee" QByteArray.
// CheckType str1 char *.
// Continue.
dummyStatement(&buf1, &buf2, &buf3);