From 82167d2422a4b6e3071dca68cf65a66e1da41ab4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 17 Jul 2011 16:46:24 +0200 Subject: A round of the "new" astyle 2.01... --- src/tests/listitem_test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tests') diff --git a/src/tests/listitem_test.cpp b/src/tests/listitem_test.cpp index 08b04e80..53918040 100644 --- a/src/tests/listitem_test.cpp +++ b/src/tests/listitem_test.cpp @@ -61,11 +61,11 @@ void ListItemTest::wordHighLighting_data() QTest::addColumn("expected"); QTest::newRow("plan b") << "http://www.google.com/search?q=plan b&ie=UTF-8&oe=UTF-8" - << "plan b" << "http://www.google.com/search?q=plan b&ie=UTF-8&oe=UTF-8"; + << "plan b" << "http://www.google.com/search?q=plan b&ie=UTF-8&oe=UTF-8"; QTest::newRow("plan b #2") << "http://en.wikipedia.org/wiki/Plan_B_(British_musician)" - << "plan b" << "http://en.wikipedia.org/wiki/Plan_B_(British_musician)"; + << "plan b" << "http://en.wikipedia.org/wiki/Plan_B_(British_musician)"; QTest::newRow("i") << "http://i.imgur.com/jacoj.jpg" << "i" - << "http://i.imgur.com/jacoj.jpg"; + << "http://i.imgur.com/jacoj.jpg"; QTest::newRow("i#2") << "KDE - Experience Freedom!" << "i" << "KDE - Experience Freedom!"; QTest::newRow("i#3") << "The WebKit Open Source Project" << "i" << "The WebKit Open Source Project"; QTest::newRow("i#4") << "http://webkit.org/" << "i" << "http://webkit.org/"; @@ -73,7 +73,7 @@ void ListItemTest::wordHighLighting_data() QTest::newRow("b#2") << "rekonq, WebKit KDE browser" << "b" << "rekonq, WebKit KDE browser"; QTest::newRow("<") << "Subject < Section < Wiki" << "<" << "Subject < Section < Wiki"; QTest::newRow("&") << "http://www.google.com/search?q=qt test&ie=UTF-8&oe=UTF-8" << "&" - << "http://www.google.com/search?q=qt test&ie=UTF-8&oe=UTF-8"; + << "http://www.google.com/search?q=qt test&ie=UTF-8&oe=UTF-8"; QTest::newRow("ciao") << "ciao" << "ciao" << "ciao"; QTest::newRow("http://ciao") << "http://ciao" << "ciao" << "http://ciao"; } -- cgit v1.2.1