summaryrefslogtreecommitdiff
path: root/unotest/source/embindtest/embindtest.js
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/embindtest/embindtest.js')
-rw-r--r--unotest/source/embindtest/embindtest.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/unotest/source/embindtest/embindtest.js b/unotest/source/embindtest/embindtest.js
index 2242e5f81a8f..f75653a897cf 100644
--- a/unotest/source/embindtest/embindtest.js
+++ b/unotest/source/embindtest/embindtest.js
@@ -901,6 +901,7 @@ Module.uno_init.then(function() {
console.assert(test.StringAttribute === 'hä');
test.StringAttribute = 'foo';
console.assert(test.StringAttribute === 'foo');
+ console.assert(test.testSolarMutex());
const args = new Module.uno_Sequence_any(
[new Module.uno_Any(Module.uno_Type.Interface('com.sun.star.uno.XInterface'), test)]);