Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jul 18, 2024
1 parent 71ee807 commit 2739815
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 77 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ public void testST_MakeGridFromGeometryLatLon3() throws Exception {
/**
* Test to create a regular square grid from a subquery
*
* @throws Exception
*/
@Test
public void testST_MakeGridFromSubquery1() throws Exception {
Expand Down Expand Up @@ -540,7 +539,6 @@ public void testST_MakeGridFromSubquery1() throws Exception {
/**
* Test to create a regular square grid from a complex subquery
*
* @throws Exception
*/
@Test
public void testST_MakeGridFromSubquery2() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public static void tearUp() throws Exception {
/**
* For this test, we will check to see that all of the feature tables are
* represented by entries in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void N1() throws Exception {
Expand All @@ -82,7 +81,6 @@ public void N1() throws Exception {
/**
* For this test, we will check to see that all of the geometry tables are
* represented by entries in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void N2() throws Exception {
Expand All @@ -108,7 +106,6 @@ public void N2() throws Exception {
/**
* For this test, we will check to see that the correct storage type for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void N3() throws Exception {
Expand All @@ -121,7 +118,6 @@ public void N3() throws Exception {
/**
* For this test, we will check to see that the correct geometry type for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void N4() throws Exception {
Expand All @@ -134,7 +130,6 @@ public void N4() throws Exception {
/**
* For this test, we will check to see that the correct coordinate dimension for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void N5() throws Exception {
Expand All @@ -147,7 +142,6 @@ public void N5() throws Exception {
/**
* For this test, we will check to see that the correct value of max_ppr
* for the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void N6() throws Exception {
Expand All @@ -160,7 +154,6 @@ public void N6() throws Exception {
/**
* For this test, we will check to see that the correct value of srid for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void N7() throws Exception {
Expand All @@ -173,7 +166,6 @@ public void N7() throws Exception {
/**
* For this test, we will check to see that the correct value of srtext is
* represented in the SPATIAL_REF_SYS table/view.
* @throws Exception
*/
@Test
public void N8() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public static void tearUp() throws Exception {
/**
* For this test, we will check to see that all of the feature tables are
* represented by entries in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void B1() throws Exception {
Expand All @@ -84,7 +83,6 @@ public void B1() throws Exception {
/**
* For this test, we will check to see that all of the geometry tables are
* represented by entries in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void B2() throws Exception {
Expand All @@ -110,7 +108,6 @@ public void B2() throws Exception {
/**
* For this test, we will check to see that the correct storage type for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void B3() throws Exception {
Expand All @@ -123,7 +120,6 @@ public void B3() throws Exception {
/**
* For this test, we will check to see that the correct geometry type for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void B4() throws Exception {
Expand All @@ -136,7 +132,6 @@ public void B4() throws Exception {
/**
* For this test, we will check to see that the correct coordinate dimension for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void B5() throws Exception {
Expand All @@ -149,7 +144,6 @@ public void B5() throws Exception {
/**
* For this test, we will check to see that the correct value of srid for
* the streams table is represented in the GEOMETRY_COLUMNS table/view.
* @throws Exception
*/
@Test
public void B6() throws Exception {
Expand All @@ -162,7 +156,6 @@ public void B6() throws Exception {
/**
* For this test, we will check to see that the correct value of srtext is
* represented in the SPATIAL_REF_SYS table/view.
* @throws Exception
*/
@Test
public void B7() throws Exception {
Expand Down
Loading

0 comments on commit 2739815

Please sign in to comment.