Skip to content

Commit

Permalink
- объект списока ошибок назначается извне
Browse files Browse the repository at this point in the history
git-svn-id: svn://rdo.rk9.bmstu.ru/var/svn/root@9111 23f926e6-80f1-49ca-85a0-60d4a27bb3ac
  • Loading branch information
aurusov committed Oct 29, 2012
1 parent c7ee2f1 commit bf2646f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rdo/packages/runtime/trunk/test/value/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ BOOST_AUTO_TEST_CASE(RDOValue_Undefined)

BOOST_AUTO_TEST_CASE(RDOValue_Resource)
{
LPRDORuntime pRuntime = rdo::Factory<RDORuntime>::create();
Error error;
LPRDORuntime pRuntime = rdo::Factory<RDORuntime>::create(&error);
BOOST_CHECK(pRuntime);

LPRDOResourceType pResourceType = rdo::Factory<RDOResourceType>::create(0);
Expand Down

0 comments on commit bf2646f

Please sign in to comment.