CPPUNIT_ASSERT_MESSAGE("#test comment#: get UserID and compare it with names got at the beginning of the test.",
ASSERT_TRUE((sal_True==strUserID.equals(strID))&&(sal_True==bRes))<<"#test comment#: get UserID and compare it with names got at the beginning of the test.";
CPPUNIT_ASSERT_MESSAGE("#test comment#: getHomeDir and compare it with the info we get at the beginning.",
ASSERT_TRUE((sal_True==strHomeDirectory.equals(strHome))&&(sal_True==bRes))<<"#test comment#: getHomeDir and compare it with the info we get at the beginning.";
CPPUNIT_ASSERT_MESSAGE("#test comment#: getHomeDir and compare it with the info we get at the beginning.",
ASSERT_TRUE((sal_True==strConfigDirectory.equals(strConfig))&&(sal_True==bRes))<<"#test comment#: getHomeDir and compare it with the info we get at the beginning.";
CPPUNIT_ASSERT_MESSAGE("#Convert from system path to URL failed.",
EXPECT_TRUE(::osl::File::E_None==::osl::File::getFileURLFromSystemPath(::rtl::OUString::createFromAscii(pw->pw_dir),strHomeDirectory))<<"#Convert from system path to URL failed.";
CPPUNIT_ASSERT_MESSAGE("#Convert from system path to URL failed.",
EXPECT_TRUE(::osl::File::E_None==::osl::File::getFileURLFromSystemPath(::rtl::OUString::createFromAscii(PathA),strConfigDirectory))<<"#Convert from system path to URL failed.";
CPPUNIT_ASSERT_MESSAGE("#Convert from system path to URL failed.",
EXPECT_TRUE(::osl::File::E_None==::osl::File::getFileURLFromSystemPath(::rtl::OUString::createFromAscii(PathA),strHomeDirectory))<<"#Convert from system path to URL failed.";