┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/dolphinquerytest.cpp
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-11-28 22:36:44 +0100
committerElvis Angelaccio <[email protected]>2019-11-28 22:36:44 +0100
commit26f0e55f84b4a745d3b5e47d8703406d13107d30 (patch)
treee1aeb8e2142f88acede9c793d65bc3f16cf846de /src/tests/dolphinquerytest.cpp
parentfc4fd11c4dc7d5ca362a2241a69a18eaf8f65787 (diff)
parent6776fbc94760188daeca0ab30e49f645f225f008 (diff)
Merge branch 'release/19.12'
Diffstat (limited to 'src/tests/dolphinquerytest.cpp')
-rw-r--r--src/tests/dolphinquerytest.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/tests/dolphinquerytest.cpp b/src/tests/dolphinquerytest.cpp
index 14eb03620..1c6b39e26 100644
--- a/src/tests/dolphinquerytest.cpp
+++ b/src/tests/dolphinquerytest.cpp
@@ -114,24 +114,6 @@ void DolphinSearchBoxTest::testBalooSearchParsing()
QStringList searchTerms = query.searchTerms();
searchTerms.sort();
- // FIXME: Current parsing bugs
- QEXPECT_FAIL("content/singleQuote", "Quotes around text are shown", Continue);
- QEXPECT_FAIL("content/doubleQuote", "Quotes around text are shown", Continue);
-
- QEXPECT_FAIL("filename", "Quotes around text are shown", Continue);
- QEXPECT_FAIL("filename/singleQuote", "Quotes around text are shown", Continue);
- QEXPECT_FAIL("filename/doubleQuote", "Quotes around text are shown", Continue);
-
- QEXPECT_FAIL("rating" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("rating+content" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("rating+filename" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("modified" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("modified+content" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("modified+filename" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("rating+modified" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("rating+modified+content" , "Text includes also search terms", Continue);
- QEXPECT_FAIL("rating+modified+filename", "Text includes also search terms", Continue);
-
// Check for parsed text (would be displayed on the input search bar)
QCOMPARE(query.text(), expectedText);