Kaydet (Commit) 61c09249 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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
üst c5bb39d6
...@@ -92,7 +92,7 @@ interface I1 { ...@@ -92,7 +92,7 @@ interface I1 {
}; };
EXPECT FAILURE "attribute.tests 9": EXPECT OLD-FAILURE "attribute.tests 9":
exception E1 {}; exception E1 {};
interface I1 { interface I1 {
void E1(); void E1();
...@@ -102,7 +102,7 @@ interface I1 { ...@@ -102,7 +102,7 @@ interface I1 {
}; };
EXPECT FAILURE "attribute.tests 10": EXPECT OLD-FAILURE "attribute.tests 10":
exception E1 {}; exception E1 {};
interface I1 { interface I1 {
[attribute] long E1 { [attribute] long E1 {
...@@ -111,7 +111,7 @@ interface I1 { ...@@ -111,7 +111,7 @@ interface I1 {
}; };
EXPECT SUCCESS "attribute.tests 11": EXPECT NEW-FAILURE "attribute.tests 11":
exception E1 {}; exception E1 {};
interface I1 { interface I1 {
[attribute] long a { [attribute] long a {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment