summaryrefslogtreecommitdiffstats
path: root/debian/tests/idlTest.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:33:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:33:31 +0000
commita820a96849e295d4abc6238a01c650bf3663b774 (patch)
treebcebc68af266bfcc779f699ad3d5eeb05b067216 /debian/tests/idlTest.idl
parentAdding upstream version 1:115.7.0. (diff)
downloadthunderbird-a820a96849e295d4abc6238a01c650bf3663b774.tar.xz
thunderbird-a820a96849e295d4abc6238a01c650bf3663b774.zip
Adding debian version 1:115.7.0-1~deb12u1.debian/1%115.7.0-1_deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/idlTest.idl')
-rw-r--r--debian/tests/idlTest.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/tests/idlTest.idl b/debian/tests/idlTest.idl
new file mode 100644
index 0000000000..148e5d3a4b
--- /dev/null
+++ b/debian/tests/idlTest.idl
@@ -0,0 +1,10 @@
+// Include a file from thunderbird so we're sure these ended up in the right
+// location
+#include "nsIMsgIncomingServer.idl"
+
+[scriptable, uuid(1b9d7057-90f5-4ca5-a379-a59aa47acbd2)]
+interface IdlTestIncomingServer : nsIMsgIncomingServer
+{
+ readonly attribute boolean thisIsATest;
+};
+