Searched refs:check_in_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/kyua/utils/sqlite/
H A Dtransaction_test.cpp54 check_in_table(sqlite::database& db, const char* table_name, function in namespace:__anon957
81 ATF_REQUIRE( check_in_table(db, "t", "col", 3));
82 ATF_REQUIRE(!check_in_table(db, "t", "col", 5));
97 ATF_REQUIRE(check_in_table(db, "t", "col", 3));
98 ATF_REQUIRE(check_in_table(db, "t", "col", 5));
113 ATF_REQUIRE( check_in_table(db, "t", "col", 3));
114 ATF_REQUIRE(!check_in_table(db, "t", "col", 5));

Completed in 115 milliseconds