fix: msg_list → MSG_LIST 대문자 통일 및 rowcnt 값 정수 표기 수정

- standard-layout-djb.csv: msg_list → MSG_LIST 로 변경
- StandardMessageCoordinatorDJB: MSG_LIST 상수 경로 수정,
  msg_list_rowcnt 설정값 "00001" → "1" (NUMBER 타입에 선행 0 불필요)
- StandardLayoutDJBTest: findItem 경로 MSG.msg_list → MSG.MSG_LIST
- StandardMessageSpecTest: JSON 경로 msg_list → MSG_LIST

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curry772
2026-04-21 13:39:53 +09:00
parent 2d17387def
commit bc79b8b166
4 changed files with 12 additions and 12 deletions
@@ -126,8 +126,8 @@ class StandardLayoutDJBTest {
}
@Test
void MSG_msg_list_Grid_존재() {
assertNotNull(message.findItem("MSG.msg_list"), "MSG.msg_list Grid 없음");
void MSG_MSG_LIST_Grid_존재() {
assertNotNull(message.findItem("MSG.MSG_LIST"), "MSG.MSG_LIST Grid 없음");
}
// ----------------------------------------------------------------