summaryrefslogtreecommitdiffstats
path: root/package/qa/storages/Test12.java
diff options
context:
space:
mode:
Diffstat (limited to 'package/qa/storages/Test12.java')
-rw-r--r--package/qa/storages/Test12.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/qa/storages/Test12.java b/package/qa/storages/Test12.java
index 099f6219fcd8..20801741ff3d 100644
--- a/package/qa/storages/Test12.java
+++ b/package/qa/storages/Test12.java
@@ -118,9 +118,9 @@ public class Test12 implements StorageTest {
if ( !m_aTestHelper.disposeStorage( xTempSubStorage ) )
return false;
- // ================================================
+
// check substorage
- // ================================================
+
if ( !checkSubStorages( xTempStorage, pBytes1, pBigBytes ) )
return false;
@@ -129,9 +129,9 @@ public class Test12 implements StorageTest {
if ( !m_aTestHelper.disposeStorage( xTempStorage ) )
return false;
- // ================================================
+
// now check all the written information with readwrite access
- // ================================================
+
Object oResWriteStorage = m_xStorageFactory.createInstanceWithArguments( pArgs );
XStorage xResWriteStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResWriteStorage );
@@ -171,9 +171,9 @@ public class Test12 implements StorageTest {
return false;
- // ================================================
+
// now check all the written information with readonly access
- // ================================================
+
// close the output part of the temporary stream
// the output part must present since we already wrote to the stream