get TestResult dtor before osl::Module dtor

This commit is contained in:
Caolán McNamara 2011-10-12 14:57:11 +01:00
parent a851938bfc
commit 528a225ddb

View file

@ -172,9 +172,9 @@ SAL_IMPLEMENT_MAIN() {
#endif
#endif
CppUnit::TestResult result;
boost::ptr_vector<osl::Module> modules;
cppunittester::LibreOfficeProtector *throw_protector = 0;
CppUnit::TestResult result;
std::string args;
std::string testlib;
sal_uInt32 index = 0;