#define BOOST_TEST_MAIN
#include <boost/test/included/unit_test.hpp>
#include "hello.hpp"
#include <sstream>
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES(inserts_text, 1)
{
std::ostringstream dest;
hello_world(dest);
BOOST_REQUIRE_EQUAL("scooby-doo", dest.str(
}
As soon as I type the '(' on 'str(' a VAX window pops up. VAX version 10.7.1908.0, but it also happens on my work machine where I am on the latest update.