Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELZ 0.2.0-beta test material #161

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
ba35b69
Initial commit of folder structure and build files for ELZ
May 31, 2023
a4cc545
HZP-192 First Test resources for the ELZ project.
NictizEduard Sep 7, 2023
ff787a4
HZP-192 First XIS Receiving Testscripts (beta) for the ELZ project.
NictizEduard Oct 27, 2023
bfc0d6e
HZP-192 Textual changes
NictizEduard Oct 27, 2023
fb7e98c
HZP-192 Rebuild of the testscripts for ELZ Testmaterials (beta)
NictizEduard Nov 6, 2023
74a64e0
Merge branch 'main' into ELZ
NictizEduard Nov 6, 2023
5138ab3
HZP-192 Testmaterial for ELZ
NictizEduard Nov 6, 2023
2376b58
HZP-192 Changed the scenarios
NictizEduard Nov 10, 2023
8caa478
ELZ-109 Added the Test material for Serving XIS of ELZ
NictizEduard Jan 26, 2024
b019f65
ELZ-109 Added a system value for the Identifiers
NictizEduard Jan 26, 2024
0669bbd
ELZ-109 Fixes after validation for the Test material for Serving XIS …
NictizEduard Feb 19, 2024
6f31c3e
ELZ-109 Changed to Read operation at the Test material for Serving XI…
NictizEduard Feb 29, 2024
bf453d3
Merge branch 'main' into ELZ for a up-to-date branche with content as…
NictizEduard Jul 8, 2024
68250f4
Added the Content Asserts to the ELZ XIS scripts
NictizEduard Jul 17, 2024
4b65fb7
Add the content asserts to ELZ XIS serving scripts (in build)
NictizEduard Jul 18, 2024
d3e33c3
Regenerated the scripts for ELZ beta
NictizEduard Oct 8, 2024
e2c02ef
Merge branch 'main' into ELZ
NictizEduard Nov 18, 2024
49d8417
Fixed the content asserts bug at the Composition resources
NictizEduard Nov 18, 2024
863e201
XIS Checkcontent fix
NictizEduard Nov 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,33 @@ build/
*.log
/bin/
*.xpr
.metadata/.lock
.metadata/version.ini
.metadata/.plugins/org.eclipse.core.resources/.projects/dev/.markers
.metadata/.plugins/org.eclipse.core.resources/.root/4.tree
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version
.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs
.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs
.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs
.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.navigator.prefs
.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs
.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.urischeme.prefs
.metadata/.plugins/org.eclipse.core.runtime/.settings/ts.ide.upload.plugin.prefs
.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache
.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache
.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt
.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache
.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat
.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml
.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml
.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/11/47/refactorings.history
.metadata/.plugins/org.eclipse.ltk.core.refactoring/.refactorings/.workspace/2024/11/47/refactorings.index
.metadata/.plugins/org.eclipse.ltk.ui.refactoring/dialog_settings.xml
.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml
.metadata/.plugins/org.eclipse.wst.sse.core/task-tags.properties
Loading
Loading