summaryrefslogtreecommitdiffstats
path: root/package/qa/storages/Test15.java
diff options
context:
space:
mode:
Diffstat (limited to 'package/qa/storages/Test15.java')
-rw-r--r--package/qa/storages/Test15.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/qa/storages/Test15.java b/package/qa/storages/Test15.java
index d89ec8981cca..335bfa9c89d1 100644
--- a/package/qa/storages/Test15.java
+++ b/package/qa/storages/Test15.java
@@ -146,11 +146,11 @@ public class Test15 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 );
@@ -223,10 +223,10 @@ public class Test15 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 );