fix typo in test suite

This commit is contained in:
Guenter Obiltschnig
2016-10-14 12:02:32 +02:00
parent 8293f93f7a
commit 0662244384

View File

@@ -952,7 +952,7 @@ void DataTest::testRow()
row3.append("field4", 4);
assert (row3 == row);
assert (!(row < row3 | row3 < row));
assert (!(row < row3 || row3 < row));
Row row4(row3.names());
try