Add manual tests#15351
Conversation
✅ All tests passed ✅🏷️ Commit: 93d3463 Learn more about TestLens at testlens.app. |
Review Summary by Qodo(Agentic_describe updated until commit e921a39)Add manual test fixtures for PDF reference extraction
WalkthroughsDescription• Add tests-manual directory for manual testing infrastructure • Create test fixture for PDF reference extraction feature (issue #14085) • Include LaTeX paper with Related Work section and BibTeX entries • Provide comprehensive documentation and compilation scripts Diagramflowchart LR
A["tests-manual directory"] --> B["extract-references subdirectory"]
B --> C["paper1 LaTeX project"]
B --> D["extract-references.bib"]
B --> E["README documentation"]
C --> F["main.tex with Related Work"]
C --> G["references.bib"]
C --> H["compile.sh script"]
F --> I["PDF generation for testing"]
File Changes1. tests-manual/README.md
|
Code Review by Qodo
1.
|
| @@ -0,0 +1,44 @@ | |||
| @article{Doe2024, | |||
|
Your pull request conflicts with the target branch. Please merge with your code. For a step-by-step guide to resolve merge conflicts, see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line. |
|
Reopen if you continue with this |
|
Blocks #15316 |
|
The requested changes were not addressed for 10 days. Please follow-up in the next 10 days or your PR will be automatically closed. You can check the contributing guidelines for hints on the pull request process. |
|
This PR is being closed due to continued inactivity. |
|
Persistent review updated to latest commit e921a39 |
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* upstream/main: (21 commits) chore(deps): update dependency com.konghq:unirest-modules-gson to v4.10.0 (JabRef#15715) Add manual tests (JabRef#15351) Refactored the comments for UnlinkedFilesCrawler (JabRef#15709) Replace inline styles with CSS classes (JabRef#15694) add test case for multiple authors in csl citaiton (JabRef#15707) fix invalid desktop file for linux (JabRef#15702) Change FileKeystore and Folder fields to disable/enable (JabRef#15685) Chore(deps): Bump org.openrewrite.recipe:rewrite-recipe-bom from 3.30.0 to 3.30.1 (JabRef#15696) New Crowdin updates (JabRef#15693) Chore(deps): Bump dev.langchain4j:langchain4j-bom in /versions (JabRef#15698) Chore(deps): Bump org.apache.logging.log4j:log4j-to-slf4j in /versions (JabRef#15700) chore(deps): update dependency org.apache.logging.log4j:log4j-to-slf4j to v2.26.0 (JabRef#15699) Chore(deps): Bump org.openrewrite.rewrite from 7.32.1 to 7.32.2 (JabRef#15697) Chore(deps): Bump jablib/src/main/resources/csl-locales (JabRef#15689) Fix month checker regex (JabRef#15678) Chore(deps): Bump com.dlsc.gemsfx:gemsfx in /versions (JabRef#15692) Chore(deps): Bump org.hisp.dhis:json-tree in /versions (JabRef#15691) Chore(deps): Bump jablib/src/main/resources/csl-styles (JabRef#15690) New Crowdin updates (JabRef#15687) Chore(deps): Bump com.konghq:unirest-java-core in /versions (JabRef#15683) ...

Related issues and pull requests
Add test for #14085 / #15316
PR Description
Add
tests-manualdir. I added to the root dir because no other place - did not want to spread around jabgui, jabkit, ...Steps to test
Just browse source code
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)