Activate one more test

Looks like we forgot about this when closing #1270.
This commit is contained in:
Martin Kleusberg
2019-04-01 21:56:29 +02:00
parent e42b1e0716
commit d1adac0a3b
+1 -1
View File
@@ -58,13 +58,13 @@ void TestRegex::sqlQueryComments_data()
<< // cleanQuery
"SELECT '-- comment inside quotes'";
/* TODO Fix issue #1270, then activate these
QTest::newRow("single_quote_comment")
<< // dirtyQuery
"SELECT 'something--something' -- comment"
<< // cleanQuery
"SELECT 'something--something'";
/* This still needs to be fixed in our code before activating the test
QTest::newRow("double_quote_comment")
<< // dirtyQuery
"SELECT \"something--something\" -- comment"