diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-10 14:37:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-10 14:37:36 +0300 |
commit | d7ba80f6189559548e7c817ebb383683c368d7bc (patch) | |
tree | 94b8187057f9a5486b45b2f331bb91b86597111f | |
parent | cce238a499b58302b5009f7f10a6c42ace506faa (diff) |
No getVolumeInfo tests for iOS
-rw-r--r-- | sal/qa/osl/file/osl_File.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index 024619d74..6a25539cd 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -5819,7 +5819,7 @@ namespace osl_Directory nError1 = ::osl::Directory::getVolumeInfo( aTmpName3, aVolumeInfo ); // LLA: in Windows, it reply no error, it did not pass in (W32). -#ifdef UNX +#if defined(UNX) && !defined(IOS) CPPUNIT_ASSERT_MESSAGE( "test for getVolumeInfo function: non-existence test. ", ( osl::FileBase::E_NOENT == nError1 ) ); #endif |