Author: ydario
Date: Wed Jul 18 21:27:11 2012
New Revision: 1363125
URL: http://svn.apache.org/viewvc?rev=1363125&view=rev
Log:
i120310 - OS/2 port: disable polymorphic test under OS/2.
Modified:
incubator/ooo/trunk/main/testtools/source/bridgetest/bridgetest.cxx
Modified: incubator/ooo/trunk/main/testtools/source/bridgetest/bridgetest.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testtools/source/bridgetest/bridgetest.cxx?rev=1363125&r1=1363124&r2=1363125&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testtools/source/bridgetest/bridgetest.cxx
(original)
+++ incubator/ooo/trunk/main/testtools/source/bridgetest/bridgetest.cxx Wed Jul
18 21:27:11 2012
@@ -544,6 +544,7 @@ static sal_Bool performTest(
} catch (...) {
bRet &= check(false, "getRaiseAttr2 threw wrong type");
}
+#ifndef OS2 // see i120310 for details
// Test instantiated polymorphic struct types:
{
bRet &= check(
@@ -605,6 +606,8 @@ static sal_Bool performTest(
!xLBT->getNullPolyInterface().member.is(),
"getNullPolyInterface");
}
+#endif // OS2
+
// Any test:
bRet &= check(performAnyTest(xLBT , aData), "any test");
// Sequence of call test: