summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-10 14:37:36 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-10 14:37:36 +0300
commit26d553346c7fa5a76c0bf0c70e3bd4e401f38040 (patch)
tree6239eaeb0ba03d61f1cfec5d7ee9d53571177e96 /sal
parent7902d2aaee8f934410670f006b79bebba0f56fa5 (diff)
No getVolumeInfo tests for iOS
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/file/osl_File.cxx2
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 5787a746bdc6..38b12fa3fde6 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