Skip to content
Snippets Groups Projects
Commit ac731b45 authored by Johannes Boog's avatar Johannes Boog
Browse files

[tests] update to new file reference handling in prj import/export

parent c28445a0
No related branches found
No related tags found
1 merge request!41standardize files references during prj import/export (new MR)
......@@ -65,7 +65,7 @@ test_that("ogs6_export_sim_files works", {
read_in_gml = T)
# Now export all files
ogs6_export_sim_files(ogs6_obj)
ogs6_export_sim_files(ogs6_obj, copy_ext_files = T)
# Trying to overwrite should yield an error
expect_error(ogs6_export_sim_files(ogs6_obj, overwrite = F))
......@@ -74,7 +74,7 @@ test_that("ogs6_export_sim_files works", {
TRUE)
expect_equal(file.exists(paste0(test_path,
"/include/SteadyStateDiffusion.xml")),
"/SteadyStateDiffusion.xml")),
TRUE)
# Tidy up by deleting the folder we created
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment