summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_dbaccess/ORowSet.java')
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ORowSet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
index 10f88b6d2794..5d84b907f4f3 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
@@ -466,7 +466,7 @@ public class ORowSet extends TestCase {
}
catch(com.sun.star.uno.Exception e)
{
- log.println( "couldn't set up tes tenvironment:" );
+ log.println( "couldn't set up test environment:" );
e.printStackTrace(log);
try
{
@@ -476,7 +476,7 @@ public class ORowSet extends TestCase {
catch(Exception ex)
{
}
- throw new StatusException( "couldn't set up tes tenvironment", e );
+ throw new StatusException( "couldn't set up test environment", e );
}
finally
{