Home
last modified time | relevance | path

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

/src/contrib/atf/atf-c++/
H A Dtests_test.cpp85 std::ostringstream expss; in ATF_TEST_CASE_BODY() local
89 expss.str(""); \ in ATF_TEST_CASE_BODY()
93 check_equal(*this, ss.str(), expss.str()) in ATF_TEST_CASE_BODY()
99 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n"; in ATF_TEST_CASE_BODY()
107 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n"; in ATF_TEST_CASE_BODY()
111 expss << "ident: test1\n"; in ATF_TEST_CASE_BODY()
122 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n"; in ATF_TEST_CASE_BODY()
126 expss << "ident: test1\n"; in ATF_TEST_CASE_BODY()
133 expss << "\nident: test2\n"; in ATF_TEST_CASE_BODY()
144 expss << "Content-Type: application/X-atf-tp; version=\"1\"\n\n"; in ATF_TEST_CASE_BODY()
[all …]