Home
last modified time | relevance | path

Searched refs:fetched_bool (Results 1 – 1 of 1) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/pgsql/tests/
H A Dpgsql_exchange_unittest.cc403 bool fetched_bool; in TEST_F() local
410 fetched_bool = !bools[row]; in TEST_F()
412 fetched_bool)); in TEST_F()
413 EXPECT_EQ(fetched_bool, bools[row]); in TEST_F()
417 ASSERT_THROW(PgSqlExchange::getColumnValue(*r, row, 1, fetched_bool), in TEST_F()