[Libreoffice-commits] .: idlc/test

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 00:54:05 PST 2013


 idlc/test/parser/attribute.tests |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit b38cc6f5ab745373f399bfc558b4fe70c89c717c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jan 29 09:53:29 2013 +0100

    Clarify that attribute setter raises list must not be empty
    
    Change-Id: Ic2d8b1e6f9dbaeee3e3ad9280236abd503de3ffd

diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests
index becd688..d5814ac 100644
--- a/idlc/test/parser/attribute.tests
+++ b/idlc/test/parser/attribute.tests
@@ -36,6 +36,14 @@ interface I1 {
 };
 
 
+EXPECT FAILURE "attribute.tests 3a":
+interface I1 {
+    [attribute] long a {
+        set raises ();
+    };
+};
+
+
 EXPECT SUCCESS "attribute.tests 4":
 exception E1 {};
 interface I1 {


More information about the Libreoffice-commits mailing list