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

Add junit test for text fields check #12057

Merged
merged 13 commits into from
Oct 27, 2024

Commits on Oct 19, 2024

  1. try implement check

    ShunL12324 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    56c7e79 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. add FieldEditorTextAreaTest for check if FieldEditor handle FieldProp…

    …erty.MULTILINE_TEXT properly
    ShunL12324 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    6f3b69f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/JabRef/jabref into add-juni…

    …t-test-for-text-fields-check
    
    merge upstream main
    ShunL12324 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    4867c7b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. delete unused code

    ShunL12324 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    87b3a5f View commit details
    Browse the repository at this point in the history
  2. fix issue 11939: Check FieldEditorFX interface, Check new EditorTextA…

    …rea creation, Check TextInputControl field
    u7790708 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e541df7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/JabRef/jabref into add-juni…

    …t-test-for-text-fields-check
    
    merge upstream changes
    ShunL12324 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    462e76f View commit details
    Browse the repository at this point in the history
  4. try fixes code style issue

    ShunL12324 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ccc4287 View commit details
    Browse the repository at this point in the history
  5. try fixes code style issue

    ShunL12324 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    303651c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    527d064 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab2b5eb View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. 1. Optimize error msg.

    2. Rename the test method and file.
    3. Use normal exceptions
    4. Remove logger
    ShunL12324 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7eef335 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. 1. Add additional Javadoc to indicate potential test fragility

    2. Optimize indentation and some comments
    ShunL12324 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    72654f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277c24d View commit details
    Browse the repository at this point in the history