From 33241d5f08849aaccf91a9d5439d8da82f628c6e Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 18 Jan 2020 12:03:25 +0100 Subject: [PATCH] The PDF has a title - try another publication without an available PDF (#5840) --- .../org/jabref/logic/importer/fetcher/GoogleScholarTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java b/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java index 0c17f8935c2..7c4be8d3848 100644 --- a/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java +++ b/src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java @@ -51,7 +51,7 @@ void linkFound() throws IOException, FetcherException { @Test @DisabledOnCIServer("CI server is blocked by Google") void noLinkFound() throws IOException, FetcherException { - entry.setField(StandardField.TITLE, "Pro WF: Windows Workflow in NET 3.5"); + entry.setField(StandardField.TITLE, "Curriculum programme of career-oriented java specialty guided by principles of software engineering"); assertEquals(Optional.empty(), finder.findFullText(entry)); }