summaryrefslogtreecommitdiff
path: root/testtools/com
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-20 08:14:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-20 08:14:45 +0000
commit6e19ced723893f475f6205fc1f188eb84b7a8350 (patch)
tree9faa50630162ae22a62ecaf6f0c4832bec680c80 /testtools/com
parent311cb89899886744850838c560c24ef3ee7e7020 (diff)
INTEGRATION: CWS sb21 (1.5.10); FILE MERGED
2004/08/06 14:05:38 sb 1.5.10.1: #i32151# Added check on bad enum (first member != 0); adapted test to no longer use forbidden unsigned hyper as type argument.
Diffstat (limited to 'testtools/com')
-rw-r--r--testtools/com/sun/star/comp/bridge/TestComponent.java10
1 files changed, 7 insertions, 3 deletions
diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java
index 79bd1765360c..6fae82d5e4ae 100644
--- a/testtools/com/sun/star/comp/bridge/TestComponent.java
+++ b/testtools/com/sun/star/comp/bridge/TestComponent.java
@@ -2,9 +2,9 @@
*
* $RCSfile: TestComponent.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 14:59:40 $
+ * last change: $Author: rt $ $Date: 2004-08-20 09:14:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -656,7 +656,7 @@ public class TestComponent {
return arg;
}
- public void transportPolyUnsignedHyper(TestPolyStruct[] arg) {
+ public void transportPolyHyper(TestPolyStruct[] arg) {
Long dummy = (Long) arg[0].member;
}
@@ -691,6 +691,10 @@ public class TestComponent {
return new TestPolyStruct();
}
+ public TestPolyStruct getNullPolyBadEnum() {
+ return new TestPolyStruct();
+ }
+
public TestPolyStruct getNullPolyStruct() {
return new TestPolyStruct();
}