Skip to content

Commit

Permalink
reformat: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cramer committed Oct 20, 2015
1 parent 7736b8d commit 4acf7ae
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions org/postgresql/test/jdbc2/DatabaseMetaDataTest.java
Expand Up @@ -1103,6 +1103,7 @@ public void testGetUDT4() throws Exception
}
}

// these all work from 9.1 on. Not meant to be exhaustive, but it's better than nothing.
private String [] typeArray = new String[] {
"bool",
"bytea",
Expand All @@ -1122,40 +1123,40 @@ public void testGetUDT4() throws Exception
"point",
"lseg",
"path",
"box",
"polygon",
"line",
"float4",
"float8",
"abstime",
"reltime",
"tinterval",
"unknown",
"circle",
"money",
"macaddr",
"inet",
"cidr",
"aclitem",
"bpchar",
"varchar",
"date",
"time",
"timestamp",
"timestamptz",
"interval",
"timetz",
"bit",
"varbit",
"numeric",
"refcursor",
"uuid",
"tsvector",
"gtsvector",
"tsquery",
"any",
"anyarray",
"void",
"box",
"polygon",
"line",
"float4",
"float8",
"abstime",
"reltime",
"tinterval",
"unknown",
"circle",
"money",
"macaddr",
"inet",
"cidr",
"aclitem",
"bpchar",
"varchar",
"date",
"time",
"timestamp",
"timestamptz",
"interval",
"timetz",
"bit",
"varbit",
"numeric",
"refcursor",
"uuid",
"tsvector",
"gtsvector",
"tsquery",
"any",
"anyarray",
"void",
};
public void testTypes() throws SQLException
{
Expand Down

0 comments on commit 4acf7ae

Please sign in to comment.