Skip to content

Commit

Permalink
Tests: clear data set variable before re-using
Browse files Browse the repository at this point in the history
Might help with CI failures.
  • Loading branch information
shawnlaffan committed Oct 24, 2023
1 parent 41bb348 commit 7fb4e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/00.t
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ if(1){
my $d = $l->GetDefn();
my $f = Geo::GDAL::FFI::Feature->new($d);
$l->CreateFeature($f);
undef $ds;
$ds = Open('test.shp');
$l = $ds->GetLayer;
$d = $l->GetDefn();
Expand Down

0 comments on commit 7fb4e27

Please sign in to comment.