Skip to content

Commit

Permalink
grass.temporal: Remove expected failures for tests fixed by OSGeo#4328 (
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Sep 22, 2024
1 parent 6d046ec commit bd39db7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions temporal/t.connect/testsuite/test_distr_tgis_db_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from grass.gunittest.case import TestCase
from grass.gunittest.gmodules import SimpleModule
from grass.gunittest.utils import silent_rmtree, xfail_windows
from grass.gunittest.utils import silent_rmtree


class TestRasterExtraction(TestCase):
Expand Down Expand Up @@ -254,7 +254,6 @@ def test_strds_info(self):
module=info, reference=tinfo_string, precision=2, sep="="
)

@xfail_windows
def test_raster_info(self):
self.runModule("g.mapset", mapset="test3")
tinfo_string = """id=a1@test1
Expand Down
3 changes: 1 addition & 2 deletions temporal/t.connect/testsuite/test_distr_tgis_db_raster3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from grass.gunittest.case import TestCase
from grass.gunittest.gmodules import SimpleModule
from grass.gunittest.utils import silent_rmtree, xfail_windows
from grass.gunittest.utils import silent_rmtree


class testRaster3dExtraction(TestCase):
Expand Down Expand Up @@ -242,7 +242,6 @@ def test_strds_info(self):
module=info, reference=tinfo_string, precision=2, sep="="
)

@xfail_windows
def test_raster_info(self):
self.runModule("g.mapset", mapset="test3d3")
tinfo_string = """id=a1@test3d1
Expand Down
3 changes: 1 addition & 2 deletions temporal/t.connect/testsuite/test_distr_tgis_db_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from grass.gunittest.case import TestCase
from grass.gunittest.gmodules import SimpleModule
from grass.gunittest.utils import silent_rmtree, xfail_windows
from grass.gunittest.utils import silent_rmtree


class TestRasterExtraction(TestCase):
Expand Down Expand Up @@ -259,7 +259,6 @@ def test_stvds_info(self):
module=info, reference=tinfo_string, precision=2, sep="="
)

@xfail_windows
def testv_vector_info(self):
self.runModule("g.mapset", mapset="testvect3")
tinfo_string = """id=a1@testvect1
Expand Down
1 change: 0 additions & 1 deletion temporal/t.rast.series/testsuite/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def tearDownClass(cls):
cls.runModule("g.remove", flags="f", type="raster", name="series_minimum_2")
cls.runModule("g.remove", flags="f", type="raster", name="series_quantile")

@xfail_windows
def test_time_stamp(self):
self.assertModule(
"t.rast.series",
Expand Down

0 comments on commit bd39db7

Please sign in to comment.