Skip to content

Commit

Permalink
reactivate test_ISOFeatureCatalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 22, 2025
1 parent 5ce3734 commit c75a886
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/test_ISOFeatureCatalogue.R
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,7 @@ test_that("encoding - ISO 19115-3",{
fc2 <- ISOFeatureCatalogue$new(xml = xml)
xml2 <- fc2$encode()

if(FALSE){#TO WORK ON
expect_true(ISOAbstractObject$compare(fc, fc2, "xml"))
}
expect_true(ISOAbstractObject$compare(fc, fc2, "xml"))

setMetadataStandard("19139")

Expand Down

0 comments on commit c75a886

Please sign in to comment.