mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
fixed typo in testsuite
This commit is contained in:
parent
895c3dfcd5
commit
c4c5f18b97
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user