Change-Id: I343b4a34b98351a3573d99fb65a624ff57d88cad
Reviewed-on: https://gerrit.libreoffice.org/68658
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
This commit is contained in:
Andrea Gelmini
2019-03-01 18:25:34 +00:00
committed by Jens Carl
parent 923c82a966
commit e7f71c7ab6

View File

@@ -595,7 +595,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document.
assertTrue( "The test case marker did not survive re-retrieval of the doc from the data source.",
impl_hasMarker( databaseDoc.getArgs() ) );
// on the other hand, closing and regulary re-loading the doc *without* the marker should indeed
// on the other hand, closing and regularly re-loading the doc *without* the marker should indeed
// lose it
impl_closeDocument( databaseDoc );
databaseDoc = impl_loadDocument( documentURL, impl_getDefaultLoadArgs() );