From ecefda9f40138cf5118895726d28584ce6ca38f6 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Sun, 4 Oct 2020 17:28:34 +0200 Subject: [PATCH] [TASK] Activate a postgres/mssql skipped test The fix for #92388 also solved the issue that a test fails on postgres and mssql. Activate the functional on those platforms now. Resolves: #92480 Related: #92388 Releases: master, 10.4 Change-Id: I4a098a9403d632c1b1ae714366836903d0278963 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66010 Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Oliver Bartsch <bo@cedev.de> Tested-by: Benni Mack <benni@typo3.org> Reviewed-by: Oliver Bartsch <bo@cedev.de> Reviewed-by: Benni Mack <benni@typo3.org> --- .../Functional/DataHandling/Regular/Modify/ActionTest.php | 3 --- .../Functional/DataHandling/Regular/Publish/ActionTest.php | 3 --- .../Functional/DataHandling/Regular/PublishAll/ActionTest.php | 3 --- 3 files changed, 9 deletions(-) diff --git a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php index 3f242c1c3813..04f4e187d686 100644 --- a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php +++ b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php @@ -770,9 +770,6 @@ class ActionTest extends AbstractActionTestCase /** * @test - * @group not-postgres - * @group not-mssql - * @todo Analyze PostgreSQL issues further, which is a generic issue * Test skipped in publish and discard, but exists in PublishAll */ public function changeContentSortingAndCopyDraftPage() diff --git a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php index 7c168bd0b46a..7437f1219697 100644 --- a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php +++ b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php @@ -571,9 +571,6 @@ class ActionTest extends AbstractActionTestCase /** * @test - * @group not-postgres - * @group not-mssql - * @todo Analyze PostgreSQL issues further, which is a generic issue */ public function changeContentSortingAndCopyDraftPage() { diff --git a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php index b6a5464c86b6..5c2138979aeb 100644 --- a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php +++ b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php @@ -613,9 +613,6 @@ class ActionTest extends AbstractActionTestCase /** * @test - * @group not-postgres - * @group not-mssql - * @todo Analyze PostgreSQL issues further, which is a generic issue */ public function changeContentSortingAndCopyDraftPage() { -- GitLab