Skip to content

Commit

Permalink
Merge pull request #331 from joakim-hove/test-name-update
Browse files Browse the repository at this point in the history
Updated path to test decks to have CONSISTENT case.
  • Loading branch information
joakim-hove authored Feb 14, 2018
2 parents 260ec7a + 92b3166 commit 2840d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/tests/ecl_tests/test_sum_statoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def test_write(self):
self.assertEqual(intersect_summary.keys(), reloaded_summary.keys())

def test_ix_case(self):
intersect_summary = EclSum(self.createTestPath("Statoil/ECLIPSE/ix/summary/Create_Region_Around_Well"))
intersect_summary = EclSum(self.createTestPath("Statoil/ECLIPSE/ix/summary/CREATE_REGION_AROUND_WELL"))
self.assertIsNotNone(intersect_summary)

self.assertTrue(
Expand All @@ -479,7 +479,7 @@ def test_ix_case(self):

def test_ix_write(self):
for data_set in [
"Statoil/ECLIPSE/ix/summary/Create_Region_Around_Well",
"Statoil/ECLIPSE/ix/summary/CREATE_REGION_AROUND_WELL",
"Statoil/ECLIPSE/ix/troll/IX_NOPH3_R04_75X75X1_grid2.SMSPEC"
]:

Expand All @@ -497,7 +497,7 @@ def test_ix_write(self):
)

def test_ix_caseII(self):
troll_summary = EclSum( self.createTestPath("Statoil/ECLIPSE/ix/troll/IX_NOPH3_R04_75X75X1_grid2.SMSPEC"))
troll_summary = EclSum( self.createTestPath("Statoil/ECLIPSE/ix/troll/IX_NOPH3_R04_75X75X1_GRID2.SMSPEC"))
self.assertIsNotNone(troll_summary)
self.assertTrue("WMCTL:Q21BH1" in list(troll_summary.keys()))

Expand Down

0 comments on commit 2840d5c

Please sign in to comment.