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

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

Completed in 100 milliseconds