[CONJ-556] identifierCaseSensitivity Test case logic Created: 2017-12-05 Updated: 2017-12-07 Resolved: 2017-12-07 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | test |
| Affects Version/s: | 2.2.1 |
| Fix Version/s: | 2.2.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sina Ghazi | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mac OSX Sierra, Java 1.8 JDK |
||
| Description |
|
On DatabaseMetadataTest.java for case-insensitive section of the code, there is a logical problem. The createTable method that is inside BaseTest.java actually drops the table if existing. Thus this test case will alway fail on case-insensitive dbs. |
| Comments |
| Comment by Diego Dupin [ 2017-12-07 ] |
|
right, tests implementation make no sense. Corrected |