diff options
author | Ocke Janssen <oj@openoffice.org> | 2010-03-17 09:11:40 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2010-03-17 09:11:40 +0000 |
commit | 15bfdbc8a2ebc5147ee8c1b1bdf396bb4271c60d (patch) | |
tree | 2139637cffd76ea0f49c91dedc3c430cf0f71cad /dbaccess/qa | |
parent | b5bd2479cc18dc954b15cdb65660cb15f008b9e5 (diff) |
correct wording
Diffstat (limited to 'dbaccess/qa')
-rw-r--r-- | dbaccess/qa/complex/dbaccess/RowSet.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/RowSet.java b/dbaccess/qa/complex/dbaccess/RowSet.java index d03abe90d59c..5a13f6724d1f 100644 --- a/dbaccess/qa/complex/dbaccess/RowSet.java +++ b/dbaccess/qa/complex/dbaccess/RowSet.java @@ -977,7 +977,7 @@ public class RowSet extends ComplexTestCase } catch (Exception e) { - assure("could not text the relationship between XParameters and XParametersSupplier" + e.getMessage(), false); + assure("could not test the relationship between XParameters and XParametersSupplier" + e.getMessage(), false); } } |