[Libreoffice-commits] core.git: connectivity/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 21:00:21 UTC 2018


 connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dc54afe74f6010f133ca94f7342d19da87d363f1
Author:     Rene Engelhard <rene at debian.org>
AuthorDate: Mon Dec 10 21:57:55 2018 +0100
Commit:     Rene Engelhard <rene at debian.org>
CommitDate: Mon Dec 10 21:59:36 2018 +0100

    fix cut and paste error in new example in JdbcLongVarCharTest.java
    
    Change-Id: I91e568896b1674e97cdf18eacc21538093765bd9

diff --git a/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java b/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java
index 73f6ca2d5116..3817add48da6 100644
--- a/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java
+++ b/connectivity/qa/complex/connectivity/JdbcLongVarCharTest.java
@@ -60,7 +60,7 @@ public class JdbcLongVarCharTest extends ComplexTestCase
             /* Get URL from environment variable.
             *
             * Example URL:
-            * jdbc:mysql://localhost:3306/mysql?user=username?password=password
+            * jdbc:mysql://localhost:3306/mysql?user=username&password=password
             */
             String url = System.getenv("CONNECTIVITY_TEST_MYSQL_DRIVER_JDBC");
             com.sun.star.beans.PropertyValue prop[] = new PropertyValue[1];
@@ -122,4 +122,4 @@ public class JdbcLongVarCharTest extends ComplexTestCase
             System.exit(0);
         }
     }
-}
\ No newline at end of file
+}


More information about the Libreoffice-commits mailing list