File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ void TestTable::parseSQL()
101
101
QVERIFY (tab.fields ().at (1 )->notnull ());
102
102
QCOMPARE (tab.fields ().at (1 )->defaultValue (), QString (" 'xxxx'" ));
103
103
QCOMPARE (tab.fields ().at (1 )->check (), QString (" " ));
104
- QCOMPARE (tab.fields ().at (2 )->check (), QString (" info== 'x'" ));
104
+ QCOMPARE (tab.fields ().at (2 )->check (), QString (" info == 'x'" ));
105
105
}
106
106
107
107
void TestTable::parseSQLdefaultexpr ()
@@ -123,7 +123,7 @@ void TestTable::parseSQLdefaultexpr()
123
123
QVERIFY (tab.fields ().at (2 )->type () == " integer" );
124
124
125
125
QCOMPARE (tab.fields ().at (1 )->defaultValue (), QString (" ('axa')" ));
126
- QCOMPARE (tab.fields ().at (1 )->check (), QString (" dumpytext== \" aa\" " ));
126
+ QCOMPARE (tab.fields ().at (1 )->check (), QString (" dumpytext == \" aa\" " ));
127
127
QCOMPARE (tab.fields ().at (2 )->defaultValue (), QString (" " ));
128
128
QCOMPARE (tab.fields ().at (2 )->check (), QString (" " ));
129
129
You can’t perform that action at this time.
0 commit comments