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 5fcc919 commit 3ea3c90
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,12 +573,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 3ea3c90

Please sign in to comment.