Merge from trunk.

[SVN r77829]
This commit is contained in:
Vladimir Prus
2012-04-08 10:02:26 +00:00
parent c054a3b034
commit cddd2c593f
23 changed files with 5013 additions and 504 deletions

View File

@@ -34,6 +34,7 @@ void required_throw_test()
notify(vm);
}
catch (required_option& e) {
BOOST_CHECK_EQUAL(e.what(), string("the option '--cfgfile' is required but missing"));
throwed = true;
}
BOOST_CHECK(throwed);