Skip to content

Commit

Permalink
Renamed region test.
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove committed Apr 4, 2017
1 parent 71afbc8 commit b97284f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/core/ecl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(TEST_SOURCES
test_kw_function.py
test_layer.py
test_npv.py
test_region.py
test_region_statoil.py
test_restart.py
test_rft.py
test_rft_statoil.py
Expand Down Expand Up @@ -72,7 +72,7 @@ if (STATOIL_TESTDATA_ROOT)
addPythonTest(ecl.ecl_init_file ecl.test_ecl_init_file.InitFileTest LABELS StatoilData)
addPythonTest(ecl.ecl_restart_file ecl.test_ecl_restart_file.RestartFileTest LABELS StatoilData)
addPythonTest(ecl.ecl_restart ecl.test_restart.RestartTest LABELS StatoilData )
addPythonTest(ecl.ecl_region ecl.test_region.RegionTest LABELS StatoilData)
addPythonTest(ecl.ecl_region_statoil ecl.test_region_statoil.RegionTest LABELS StatoilData)
addPythonTest(ecl.ecl_rft_statoil ecl.test_rft_statoil.RFTTest LABELS StatoilData)
addPythonTest(ecl.ecl_sum1 ecl.test_sum_statoil.SumTest LABELS StatoilData)
addPythonTest(ecl.ecl_sum_vector ecl.test_ecl_sum_vector.EclSumVectorTest LABELS StatoilData)
Expand Down
File renamed without changes.

0 comments on commit b97284f

Please sign in to comment.