Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/kyua-cli/dist/engine/
Daction_test.cpp78 const engine::action action3(fake_context("foo/baz")); in ATF_TEST_CASE_BODY() local
81 ATF_REQUIRE(!(action1 == action3)); in ATF_TEST_CASE_BODY()
82 ATF_REQUIRE( action1 != action3); in ATF_TEST_CASE_BODY()
/netbsd/src/external/bsd/kyua-cli/dist/store/
Dtransaction_test.cpp200 const engine::action action3 = tx.get_action(id3); in ATF_TEST_CASE_BODY() local
205 ATF_REQUIRE(exp_action3 == action3); in ATF_TEST_CASE_BODY()