unotest/source/embindtest/embindtest.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit c16f7ca43bb338f23895733ee499505ee6a6e72e Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Mon Apr 8 15:15:33 2024 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Mon Apr 8 21:16:23 2024 +0200 Fix indentation Change-Id: I985562995714c04c569e3a794cf748443ed02865 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165886 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/unotest/source/embindtest/embindtest.js b/unotest/source/embindtest/embindtest.js index 410b3886be6d..8c0ee0138828 100644 --- a/unotest/source/embindtest/embindtest.js +++ b/unotest/source/embindtest/embindtest.js @@ -539,11 +539,11 @@ Module.addOnPostRun(function() { console.assert(test.isDouble(uno.org.libreoffice.embindtest.Constants.Double)); try { test.throwRuntimeException(); - } catch (e) { - console.assert(e.name === 'com::sun::star::uno::RuntimeException'); - console.assert(e.message === undefined); //TODO - //TODO: console.assert(e.Message.startsWith('test')); - } + } catch (e) { + console.assert(e.name === 'com::sun::star::uno::RuntimeException'); + console.assert(e.message === undefined); //TODO + //TODO: console.assert(e.Message.startsWith('test')); + } }); /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */