fixed typo in testsuite

This commit is contained in:
Guenter Obiltschnig 2016-10-14 11:51:23 +02:00
parent 895c3dfcd5
commit c4c5f18b97

View File

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