Kaydet (Commit) dc54afe7 authored tarafından Rene Engelhard's avatar Rene Engelhard

fix cut and paste error in new example in JdbcLongVarCharTest.java

Change-Id: I91e568896b1674e97cdf18eacc21538093765bd9
üst 489775e7
...@@ -60,7 +60,7 @@ public class JdbcLongVarCharTest extends ComplexTestCase ...@@ -60,7 +60,7 @@ public class JdbcLongVarCharTest extends ComplexTestCase
/* Get URL from environment variable. /* Get URL from environment variable.
* *
* Example URL: * 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"); String url = System.getenv("CONNECTIVITY_TEST_MYSQL_DRIVER_JDBC");
com.sun.star.beans.PropertyValue prop[] = new PropertyValue[1]; com.sun.star.beans.PropertyValue prop[] = new PropertyValue[1];
...@@ -122,4 +122,4 @@ public class JdbcLongVarCharTest extends ComplexTestCase ...@@ -122,4 +122,4 @@ public class JdbcLongVarCharTest extends ComplexTestCase
System.exit(0); System.exit(0);
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment