stable

Clone or download

Read-only

Also run Semantic checks on Timebox tracker

This is part of story #21368 create mirrored iteration How to test: - Have a timebox tracker with a bad semantic (no description for example) - Go to Program Service Expected results: - In log file (program_management_syslog), there are some logs about a bad description semantic Change-Id: I2820e423bbdd62f78ca16e57edf4c859176720f3

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/SemanticChecker.php +7 −7 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/CreationCheck/StatusSemanticChecker.php +4 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckSemantic.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/CheckStatus.php +2 −2 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/CreationCheck/TimeboxCreatorChecker.php +10 −9 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/Source/SourceTrackerCollection.php +12 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/SemanticCheckerTest.php +35 −70 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/StatusSemanticCheckerTest.php +48 −34 Go to diff View file