summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Dario <ydario@apache.org>2012-07-18 20:27:11 +0000
committerYuri Dario <ydario@apache.org>2012-07-18 20:27:11 +0000
commit1abfdc98d7c2cfdf763e4c71af6c071510dc60dd (patch)
tree1b5ad5906e3ec28c98d75d1132c81431dcf06a10
parent02ae2426d37734ef9405eeb9722bf7603fa07cd6 (diff)
i120310 - OS/2 port: disable polymorphic test under OS/2.
Notes
ignore: OS/2
-rw-r--r--testtools/source/bridgetest/bridgetest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx
index 31c924a27487..ad758f9fa17c 100644
--- a/testtools/source/bridgetest/bridgetest.cxx
+++ b/testtools/source/bridgetest/bridgetest.cxx
@@ -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: