~maria-captains/mariadb-java-client/trunk

« back to all changes in this revision

Viewing changes to src/test/java/org/mariadb/jdbc/MySQLDriverTest.java

  • Committer: Vladislav Vaintroub
  • Date: 2013-02-11 19:11:51 UTC
  • Revision ID: wlad@montyprogram.com-20130211191151-mgm8kchekex1a68c
Remove unportable IPV6  test (requires working dual stack and 5.5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
            st.close();
51
51
        }
52
52
    }
53
 
    
54
 
    @Test
55
 
    public void testIPV6inURL() throws SQLException {
56
 
        Connection conn = DriverManager.getConnection("jdbc:mysql://[::1]:3306/test?user=root");
57
 
        conn.close();           
58
 
    }
59
53
 
60
54
    @Test
61
55
    public void testAuthConnectionProperties() throws SQLException {