summaryrefslogtreecommitdiff
path: root/unotools/qa/complex/tempfile/TestHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/qa/complex/tempfile/TestHelper.java')
-rw-r--r--unotools/qa/complex/tempfile/TestHelper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/unotools/qa/complex/tempfile/TestHelper.java b/unotools/qa/complex/tempfile/TestHelper.java
index 821c33da054b..9ea42b102673 100644
--- a/unotools/qa/complex/tempfile/TestHelper.java
+++ b/unotools/qa/complex/tempfile/TestHelper.java
@@ -78,6 +78,7 @@ public class TestHelper {
public void ReadDirectlyFromTempFile( byte [][] pBytes, int nBytes, XSimpleFileAccess xSFA, String sTempFileURL )
throws java.lang.Exception
{
+ Message ( "Attempting to read directly from " + sTempFileURL );
XInputStream xInTemp = xSFA.openFileRead( sTempFileURL );
if ( xInTemp == null )
throw new java.lang.Exception("Cannot create input stream from URL.");