diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:38:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:13:49 -0600 |
commit | d148739576fbb555099b51df39b51678f573a8a5 (patch) | |
tree | b338b1c633b3ac7fdc84dc5074409dfa1226a429 /package/qa/storages/Test13.java | |
parent | 132d7941e01a6b385f17ebd768341debd49f8847 (diff) |
Remove visual noise from package
Change-Id: Icef40ad2d451d3c5ca90ed4b305ece5430d352f7
Reviewed-on: https://gerrit.libreoffice.org/8289
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'package/qa/storages/Test13.java')
-rw-r--r-- | package/qa/storages/Test13.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/qa/storages/Test13.java b/package/qa/storages/Test13.java index 07cf0033a20a..cf8460e8631d 100644 --- a/package/qa/storages/Test13.java +++ b/package/qa/storages/Test13.java @@ -130,11 +130,11 @@ public class Test13 implements StorageTest { if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) return false; - // ================================================ + // now reopen the storage, // check all the written and copied information // and change it - // ================================================ + // the temporary file must not be locked any more after storage disposing oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); @@ -189,10 +189,10 @@ public class Test13 implements StorageTest { if ( !m_aTestHelper.disposeStorage( xTempFileStorage ) ) return false; - // ================================================ + // now reopen the storage, // check all the written information - // ================================================ + // the temporary file must not be locked any more after storage disposing pArgs[1] = new Integer( ElementModes.READ ); |