mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 11:39:00 +02:00
fixed typo in testsuite
This commit is contained in:
@@ -944,7 +944,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
|
||||
|
Reference in New Issue
Block a user