From 77820de0f5c47d73eb4a2aa71c78f0ee8177e14e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 22 Nov 2013 10:26:19 +0100 Subject: attributes.tests idlc/unoidl diffs: * global exception names no longer clash with local names * repeating the same exception in a raises spec is caught now Change-Id: I388aae4de59bddc1c69bf4c263297d0b92b47106 (cherry picked from commit 61c092497ebbc22f1ce92e185f9fb66353bb9172) --- idlc/test/parser/attribute.tests | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'idlc') diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests index bc6753f4554c..46f9c1a57262 100644 --- a/idlc/test/parser/attribute.tests +++ b/idlc/test/parser/attribute.tests @@ -92,7 +92,7 @@ interface I1 { }; -EXPECT FAILURE "attribute.tests 9": +EXPECT OLD-FAILURE "attribute.tests 9": exception E1 {}; interface I1 { void E1(); @@ -102,7 +102,7 @@ interface I1 { }; -EXPECT FAILURE "attribute.tests 10": +EXPECT OLD-FAILURE "attribute.tests 10": exception E1 {}; interface I1 { [attribute] long E1 { @@ -111,7 +111,7 @@ interface I1 { }; -EXPECT SUCCESS "attribute.tests 11": +EXPECT NEW-FAILURE "attribute.tests 11": exception E1 {}; interface I1 { [attribute] long a { -- cgit