Skip to content

Commit 222456c

Browse files
committed
[BUGFIX] test cases has inconsistence sortings
1 parent d059dc3 commit 222456c

215 files changed

Lines changed: 1320 additions & 1192 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Tests/Functional/Datahandler/ContentDefender/DefaultLanguageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function copyElementIntoContainerAtTopCopyAllowedCTypeElement(): void
209209
*/
210210
public function copyChildFromOtherContainerIntoColposWhereTargetElementInOtherColposHasRestrictionIsAllowd(): void
211211
{
212-
$this->importCSVDataSet(__DIR__ . '/Fixtures/DefaultLanguage/copy_child_from_other_container_into_colpos_where_target_element_in_other_colpos_has_restriction.csv');
212+
$this->importCSVDataSet(__DIR__ . '/Fixtures/DefaultLanguage/CopyChildFromOtherContainerIntoColposWhereTargetElementInOtherColposHasRestrictionIsAllowed.csv');
213213
$cmdmap = [
214214
'tt_content' => [
215215
73 => [

Tests/Functional/Datahandler/ContentDefender/Fixtures/CopyContainerAfterElementCopiesChildEvenChildIsNotAllowedByContentDefenderInBackendLayoutResult.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
,"uid","pid","title"
33
,1,0,""
44
"tt_content"
5-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
6-
,1,1,"b13-2cols-with-header-container","",0,0,10,0,0,0
7-
,2,1,"header","",0,0,200,1,0,0
8-
,3,1,"bullets","",0,0,9,0,0,0
9-
,4,1,"b13-2cols","",0,0,10,0,0,0
10-
,5,1,"bullets","",0,0,200,4,0,0
11-
,6,1,"b13-2cols-with-header-container"," (copy 1)",256,0,9,0,0,0
12-
,7,1,"header"," (copy 2)",512,0,200,6,0,0
5+
,"uid","pid","CType","colPos","tx_container_parent"
6+
,1,1,"b13-2cols-with-header-container",10,0
7+
,2,1,"header",200,1
8+
,3,1,"bullets",9,0
9+
,4,1,"b13-2cols",10,0
10+
,5,1,"bullets",200,4
11+
,6,1,"b13-2cols-with-header-container",9,0
12+
,7,1,"header",200,6

Tests/Functional/Datahandler/ContentDefender/Fixtures/CopyContainerIntoOtherContainerWithSameColPosCopiesAlsoChildEvenChildIsDisallowedInTargetContainerResult.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
,"uid","pid","title"
33
,1,0,""
44
"tt_content"
5-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
6-
,1,1,"b13-2cols-with-header-container","",0,0,10,0,0,0
7-
,2,1,"header","",0,0,200,1,0,0
8-
,3,1,"bullets","",0,0,9,0,0,0
9-
,4,1,"b13-2cols","",0,0,10,0,0,0
10-
,5,1,"bullets","",0,0,200,4,0,0
11-
,6,1,"b13-2cols"," (copy 1)",256,0,200,1,0,0
12-
,7,1,"bullets"," (copy 2)",512,0,200,6,0,0
5+
,"uid","pid","CType","colPos","tx_container_parent"
6+
,1,1,"b13-2cols-with-header-container",10,0
7+
,2,1,"header",200,1
8+
,3,1,"bullets",9,0
9+
,4,1,"b13-2cols",10,0
10+
,5,1,"bullets",200,4
11+
,6,1,"b13-2cols",200,1
12+
,7,1,"bullets",200,6

Tests/Functional/Datahandler/ContentDefender/Fixtures/CopyContainerWithRestrictionsIgnoresContentDefenderResult.csv

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
,1,0,""
44
,2,0,""
55
"tt_content"
6-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
7-
,1,1,"b13-2cols-with-header-container","",0,0,10,0,0,0
8-
,2,1,"header","",0,0,200,1,0,0
9-
,3,1,"bullets","",0,0,9,0,0,0
10-
,4,1,"b13-2cols","",0,0,10,0,0,0
11-
,5,1,"bullets","",0,0,200,4,0,0
12-
,11,2,"b13-2cols-with-header-container","",128,0,0,0,0,0
13-
,12,2,"header","",256,0,200,11,0,0
14-
,13,2,"bullets","",512,0,201,11,0,0
15-
,14,2,"b13-2cols-with-header-container"," (copy 1)",64,0,0,0,0,0
16-
,15,2,"header"," (copy 2)",96,0,200,14,0,0
17-
,16,2,"bullets"," (copy 3)",112,0,201,14,0,0
6+
,"uid","pid","CType","colPos","tx_container_parent"
7+
,1,1,"b13-2cols-with-header-container",10,0
8+
,2,1,"header",200,1
9+
,3,1,"bullets",9,0
10+
,4,1,"b13-2cols",10,0
11+
,5,1,"bullets",200,4
12+
,11,2,"b13-2cols-with-header-container",0,0
13+
,12,2,"header",200,11
14+
,13,2,"bullets",201,11
15+
,14,2,"b13-2cols-with-header-container",0,0
16+
,15,2,"header",200,14
17+
,16,2,"bullets",201,14

Tests/Functional/Datahandler/ContentDefender/Fixtures/DefaultLanguage/CopyChildFromOtherContainerIntoColposWhereTargetElementInOtherColposHasRestrictionIsAllowdResult.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
,"uid","pid","title"
33
,1,0,"page-1"
44
"tt_content"
5-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
6-
,1,1,"b13-2cols-with-header-container","container-default",256,0,0,0,0,0
7-
,2,1,"header","header-default",128,0,200,1,0,0
8-
,72,1,"b13-2cols-with-header-container","other-container",1256,0,0,0,0,0
9-
,73,1,"bullets","bullets",2128,0,200,72,0,0
10-
,74,1,"bullets","bullets (copy 1)",192,0,201,1,0,0
5+
,"uid","pid","CType","header","sorting","colPos","tx_container_parent"
6+
,1,1,"b13-2cols-with-header-container","container-default",128,0,0
7+
,2,1,"header","header-default",256,200,1
8+
,72,1,"b13-2cols-with-header-container","other-container",1256,0,0
9+
,73,1,"bullets","bullets",2128,200,72
10+
,74,1,"bullets","bullets (copy 1)",756,201,1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"tt_content"
2+
,"uid","pid","CType","header","sorting","colPos","tx_container_parent"
3+
,72,1,"b13-2cols-with-header-container","other-container",1256,0,0
4+
,73,1,"bullets","bullets",2128,200,72

Tests/Functional/Datahandler/ContentDefender/Fixtures/DefaultLanguage/CopyElementIntoContainerAtTopCopyAllowedCTypeElementResult.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
,"uid","pid","title"
33
,1,0,"page-1"
44
"tt_content"
5-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
6-
,1,1,"b13-2cols-with-header-container","container-default",256,0,0,0,0,0
7-
,2,1,"header","header-default",128,0,200,1,0,0
8-
,71,1,"header","bullets",1024,0,0,0,0,0
9-
,72,1,"header","bullets (copy 1)",192,0,200,1,0,0
5+
,"uid","pid","CType","header","sorting","colPos","tx_container_parent"
6+
,1,1,"b13-2cols-with-header-container","container-default",128,0,0
7+
,2,1,"header","header-default",256,200,1
8+
,71,1,"header","bullets",1024,0,0
9+
,72,1,"header","bullets (copy 1)",192,200,1

Tests/Functional/Datahandler/ContentDefender/Fixtures/DefaultLanguage/CopyElementIntoContainerAtTopDoNotCopyDisallowedCTypeElementResult.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
,"uid","pid","title"
33
,1,0,"page-1"
44
"tt_content"
5-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
6-
,1,1,"b13-2cols-with-header-container","container-default",256,0,0,0,0,0
7-
,2,1,"header","header-default",128,0,200,1,0,0
8-
,71,1,"bullets","bullets",1024,0,0,0,0,0
5+
,"uid","pid","CType","header","sorting","colPos","tx_container_parent"
6+
,1,1,"b13-2cols-with-header-container","container-default",128,0,0
7+
,2,1,"header","header-default",256,200,1
8+
,71,1,"bullets","bullets",1024,0,0

Tests/Functional/Datahandler/ContentDefender/Fixtures/DefaultLanguage/MoveElementIntoContainerAfterOtherElemenDoNotMoveDisallowedCTypeElementResult.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
,"uid","pid","title"
33
,1,0,"page-1"
44
"tt_content"
5-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
6-
,1,1,"b13-2cols-with-header-container","container-default",256,0,0,0,0,0
7-
,2,1,"header","header-default",128,0,200,1,0,0
8-
,71,1,"bullets","bullets",1024,0,0,0,0,0
5+
,"uid","pid","CType","header","sorting","colPos","tx_container_parent"
6+
,1,1,"b13-2cols-with-header-container","container-default",128,0,0
7+
,2,1,"header","header-default",256,200,1
8+
,71,1,"bullets","bullets",1024,0,0

Tests/Functional/Datahandler/ContentDefender/Fixtures/DefaultLanguage/MoveElementIntoContainerAfterOtherElemenMoveAllowedCTypeElementResult.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
,"uid","pid","title"
33
,1,0,"page-1"
44
"tt_content"
5-
,"uid","pid","CType","header","sorting","sys_language_uid","colPos","tx_container_parent","l18n_parent","l10n_source"
6-
,1,1,"b13-2cols-with-header-container","container-default",256,0,0,0,0,0
7-
,2,1,"header","header-default",128,0,200,1,0,0
8-
,71,1,"header","bullets",192,0,200,1,0,0
5+
,"uid","pid","CType","header","sorting","colPos","tx_container_parent"
6+
,1,1,"b13-2cols-with-header-container","container-default",128,0,0
7+
,2,1,"header","header-default",256,200,1
8+
,71,1,"header","bullets",640,200,1

0 commit comments

Comments
 (0)