Skip to content

Commit

Permalink
test update for auto schema loading
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Feb 8, 2024
1 parent d8abd32 commit 92eb31e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,12 +571,6 @@ public static void testSaveLoadSchema(GeoPackage geoPackage)
FeatureTable table2 = geoPackage.getFeatureDao(table.getTableName())
.getTable();

for (FeatureColumn column : table2.getColumns()) {
TestCase.assertNull(column.getSchema());
}

dao.loadSchema(table2);

for (FeatureColumn column : columns) {
FeatureColumn column2 = table2.getColumn(column.getName());
DataColumns schema = column2.getSchema();
Expand Down

0 comments on commit 92eb31e

Please sign in to comment.