[WIP] Fix fetcher tests#5674
Merged
Merged
Conversation
Fix some wrong data Fix help pages Use jsoup for parsing pre content in inspire fetcher TODO: Find out why the bibtex parser does not work for the second and third returned entry
koppor
reviewed
Nov 27, 2019
| @@ -44,7 +44,7 @@ public void testGetName() { | |||
|
|
|||
| @Test | |||
Member
There was a problem hiding this comment.
it would be OK for me to remove these kind of tests completely. Think, the have been introduced in 2015 by students to increase test coverage.
Member
Author
|
Nope, still some failing ones. https://travis-ci.org/JabRef/jabref/jobs/618489482?utm_medium=notification&utm_source=github_status |
Member
Author
|
I don't understand why the equals is failing: I don't see a differencec Edit: Debugging showed that PRIMARYCLASS is a standardfield argh! |
tobiasdiez
approved these changes
Nov 29, 2019
tobiasdiez
left a comment
Member
There was a problem hiding this comment.
LGTM. Can we merge this now so that the changes to the actual fetcher are still included in the 5.0 beta release?
Member
Author
|
Yes, most things should be fixed. I will continue after the merge. |
Member
Author
|
I will just fix the ACS test then we can merge, the fetcher is broken |
…etchertest * 'fix+fetchertest' of github.com:JabRef/jabref: Update INSPIREFetcherTest.java Update GoogleScholarTest.java
koppor
pushed a commit
that referenced
this pull request
Mar 1, 2022
8f69d4e Container-title text-case set to title (#5931) 7200616 Create arrbhousestyle.csl (#5674) 8933609 Create hospital-a-domicilio.csl (#5924) 622bf63 Create international-journal-of-cosmetic-science.csl (#5886) 07e179f remove default-locale journal-de-la-societe-des-oceanistes.csl (#5887) 4435d1e update norsk-henvisningsstandard-for-rettsvitenskapelige-tekster.csl (#5892) 18e547f Added fixes for steel-research-international.csl (#5921) 79e53a2 Update springer-basic-brackets-no-et-al.csl (#5925) e4f411f Update antiquites-africaines.csl (#5923) f4b3830 Create hemijska-industrija.csl (#5881) 1b33712 Create dhd.csl (#5920) 8462846 Update China national standard GB/T 7714 styles (#5860) 2c298be ISO formatted dates in sodertorns hogskola citation styles (#5882) 1114ec2 Update sodertorns-hogskola-oxford.csl (#5865) 20c439b Create boletin-de-la-sociedad-geologica-mexicana.csl (#5841) e02b500 Create jurisprudence.csl (#5856) a860c30 Update organization-studies.csl (#5914) git-subtree-dir: buildres/csl/csl-styles git-subtree-split: 8f69d4e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix some wrong data
Fix help pages
Use jsoup for parsing pre content in inspire fetcher