Skip to content

Commit fe53059

Browse files
Copilotnixel2007
andcommitted
Fix ConfigurationTest by adding CodeSeries and CheckUnique to Configuration fixtures
- Added codeSeries and checkUnique properties to Catalog entries in: - mdclasses/Configuration.json (WHOLE_CATALOG, true) - mdclasses/Configuration_edt.json (UNKNOWN, true) - mdclasses_3_24/Configuration_edt.json (UNKNOWN, true) Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
1 parent 5baf3f8 commit fe53059

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/test/resources/fixtures/mdclasses/Configuration.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@
666666
"explanation": {
667667
"@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/XDTOPackages/com.github._1c_syntax.bsl.mdo.XDTOPackage/synonym"
668668
},
669+
"codeSeries": "WHOLE_CATALOG",
670+
"checkUnique": true,
669671
"owners": []
670672
}
671673
],

src/test/resources/fixtures/mdclasses/Configuration_edt.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@
666666
"explanation": {
667667
"@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/XDTOPackages/com.github._1c_syntax.bsl.mdo.XDTOPackage/synonym"
668668
},
669+
"codeSeries": "UNKNOWN",
670+
"checkUnique": true,
669671
"owners": []
670672
}
671673
],

src/test/resources/fixtures/mdclasses_3_24/Configuration_edt.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@
666666
"explanation": {
667667
"@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/XDTOPackages/com.github._1c_syntax.bsl.mdo.XDTOPackage/synonym"
668668
},
669+
"codeSeries": "UNKNOWN",
670+
"checkUnique": true,
669671
"owners": []
670672
}
671673
],

0 commit comments

Comments
 (0)