summaryrefslogtreecommitdiff
path: root/idlc/test
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-06 13:41:58 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-06 13:41:58 +0000
commit6230d352c3eb9fcaaf669d3ce9a4934b27c273bf (patch)
tree78f092b9f5f3e915305d7fa6631c5f73ccc5f1c1 /idlc/test
parent30a8dfe84756fa935881fc74afed7ffdb8c408f6 (diff)
INTEGRATION: CWS jsc14 (1.5.24); FILE MERGED
2006/10/25 13:51:06 jsc 1.5.24.1: #i69727# adapt and simplify tests
Diffstat (limited to 'idlc/test')
-rw-r--r--idlc/test/parser/polystruct.tests7
1 files changed, 2 insertions, 5 deletions
diff --git a/idlc/test/parser/polystruct.tests b/idlc/test/parser/polystruct.tests
index fd5c44e74..7baa4c745 100644
--- a/idlc/test/parser/polystruct.tests
+++ b/idlc/test/parser/polystruct.tests
@@ -4,9 +4,9 @@
#
# $RCSfile: polystruct.tests,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2006-03-09 10:49:05 $
+# last change: $Author: kz $ $Date: 2006-11-06 14:41:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -231,9 +231,6 @@ struct Struct3 { Struct2<Struct1<long, unsigned long> > member; };
EXPECT FAILURE "polystruct.tests 42":
-module com { module sun { module star { module uno {
- interface XInterface {};
-}; }; }; };
struct Struct<T> { long member; };
interface X { void f([in] Struct<unsigned hyper> p); };