summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-16 11:42:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-16 12:50:45 +0200
commite8221763fb53c89c630b827eb78d9ae6a022ee97 (patch)
treefee1a6bbdf6cf49970995686c713c41f04076b19 /qadevOOo/tests/java/mod
parent8d44385bf64c1ea9bdb9100fc7ed005ac7071968 (diff)
cid#1327204 UwF: Unwritten field
Change-Id: I9606abbbf92c052a1265957cbb4e2d73070540c5
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ORowSet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
index 2cb340ed3182..a22333bb012c 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
@@ -251,7 +251,7 @@ public class ORowSet extends TestCase {
if (isMySQLDB)
{
DBTools.DataSourceInfo legacyDescriptor = dbTools.newDataSourceInfo();
- legacyDescriptor.Name = srcInf.Name;
+ legacyDescriptor.Name = null;
legacyDescriptor.User = srcInf.User;
legacyDescriptor.Password = srcInf.Password;
legacyDescriptor.Info = srcInf.Info;