mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
JDBC indenting, comment cleanups.
This commit is contained in:
@ -4,8 +4,8 @@ import org.postgresql.test.JDBC2Tests;
|
||||
import junit.framework.TestCase;
|
||||
import java.sql.*;
|
||||
|
||||
/**
|
||||
* $Id: DriverTest.java,v 1.3 2001/10/25 05:59:59 momjian Exp $
|
||||
/*
|
||||
* $Id: DriverTest.java,v 1.4 2001/11/19 22:33:39 momjian Exp $
|
||||
*
|
||||
* Tests the dynamically created class org.postgresql.Driver
|
||||
*
|
||||
@ -18,7 +18,7 @@ public class DriverTest extends TestCase
|
||||
super(name);
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* This tests the acceptsURL() method with a couple of good and badly formed
|
||||
* jdbc urls
|
||||
*/
|
||||
@ -49,10 +49,10 @@ public class DriverTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* Tests parseURL (internal)
|
||||
*/
|
||||
/**
|
||||
/*
|
||||
* Tests the connect method by connecting to the test database
|
||||
*/
|
||||
public void testConnect()
|
||||
|
Reference in New Issue
Block a user