Skip to content
New issue

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

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

Already on GitHub? # to your account

JSON Property Case 변경 (SNAKE_CASE -> LOWER_CAMEL_CASE) #168

Closed
16 tasks done
skytin1004 opened this issue Oct 30, 2023 · 0 comments
Closed
16 tasks done

JSON Property Case 변경 (SNAKE_CASE -> LOWER_CAMEL_CASE) #168

skytin1004 opened this issue Oct 30, 2023 · 0 comments
Assignees
Labels
refactor Upgrade to better features

Comments

@skytin1004
Copy link
Member

skytin1004 commented Oct 30, 2023

IBAS Project JSON Property 재설계에 따른 변수 이름 변경이 필요함.

  • BudgetApplicationControllerTest > 지원서를 작성한다. FAILED

    java.lang.AssertionError at BudgetApplicationControllerTest.java:45

  • BudgetApplicationControllerTest > 지원서를 수정한다. FAILED
    java.lang.AssertionError at BudgetApplicationControllerTest.java:59

  • BudgetHistoryControllerTest > 예산내역 생성 시 form validation 을 통과하지 못한다. FAILED

    org.opentest4j.AssertionFailedError at BudgetHistoryControllerTest.java:52

  • BudgetHistoryControllerTest > 예산내역 수정 시 validation 을 통과한다. FAILED

    java.lang.AssertionError at BudgetHistoryControllerTest.java:118

  • BudgetHistoryControllerTest > 예산내역 생성 시 validation 을 통과한다. FAILED

    java.lang.AssertionError at BudgetHistoryControllerTest.java:74

  • BudgetHistoryControllerTest > 예산내역 생성 시 form validation 을 통과하지 못한다. FAILED

    org.opentest4j.AssertionFailedError at BudgetHistoryControllerTest.java:96

  • CommentControllerTest > 대댓글 추가 요청 FAILED

    java.lang.AssertionError at CommentControllerTest.java:111

  • CommentControllerTest > 댓글 추가 요청 FAILED

    java.lang.AssertionError at CommentControllerTest.java:90

  • CommentControllerTest > 정상적인 댓글 수정 요청 FAILED

    java.lang.AssertionError at CommentControllerTest.java:148

  • LectureControllerTest > 강의 등록 uri 를 정상적으로 호출 및 응답. FAILED

    java.lang.AssertionError at LectureControllerTest.java:67

  • LectureControllerTest > 강의 조회 uri 를 정상적으로 호출 및 응답 FAILED

    java.lang.AssertionError at LectureControllerTest.java:150

  • LectureControllerTest > 강의 리스트 조회 uri 를 정상적으로 호출 및 응답 FAILED

    java.lang.AssertionError at LectureControllerTest.java:205

  • LectureControllerTest > 강의 수정 uri 를 정상적으로 호출 및 응답 FAILED

    java.lang.AssertionError at LectureControllerTest.java:94

  • LectureControllerTest > 수강생들의 정보를 조회한다. FAILED

    java.lang.AssertionError at LectureControllerTest.java:382

  • MenuControllerTest > 단일 메뉴 정보를 조회한다. FAILED

    java.lang.AssertionError at MenuControllerTest.java:57

  • MenuControllerTest > 모든 메뉴 정보를 조회한다. FAILED

    java.lang.AssertionError at MenuControllerTest.java:43

@skytin1004 skytin1004 self-assigned this Oct 30, 2023
@skytin1004 skytin1004 added the refactor Upgrade to better features label Oct 30, 2023
skytin1004 pushed a commit to skytin1004/Inhabas.com-api that referenced this issue Oct 31, 2023
skytin1004 pushed a commit to skytin1004/Inhabas.com-api that referenced this issue Oct 31, 2023
whitem4rk added a commit that referenced this issue Oct 31, 2023
[Refactor/#168] JSON Property Case 변경 (SNAKE_CASE -> LOWER_CAMEL_CASE)
skytin1004 pushed a commit that referenced this issue Oct 31, 2023
whitem4rk added a commit that referenced this issue Oct 31, 2023
… (SNAKE_CASE -> LOWER_CAMEL_CASE)""

This reverts commit 3e3e843.
whitem4rk added a commit that referenced this issue Oct 31, 2023
… (SNAKE_CASE -> LOWER_CAMEL_CASE)"" (#171)

This reverts commit 3e3e843.

Co-authored-by: whitem4rk <65115045+whitem4rk@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
refactor Upgrade to better features
Projects
None yet
Development

No branches or pull requests

1 participant