SE761Team4 / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://www.jabref.org
MIT License
2 stars 0 forks source link

67 test rest interface #76

Open vinnyt123 opened 4 years ago

vinnyt123 commented 4 years ago
koppor commented 4 years ago

This fixes #67

koppor commented 4 years ago

Please merge upstream/master to get most tests fixed. Please also read on at the failing tests, you'll find

org.jabref.logic.l10n.LocalizationConsistencyTest

  Test findMissingLocalizationKeys() FAILED (1.3s)

  org.opentest4j.AssertionFailedError: DETECTED LANGUAGE KEYS WHICH ARE NOT IN THE ENGLISH LANGUAGE FILE
  PASTE THESE INTO THE ENGLISH LANGUAGE FILE

  Launch JabMap=Launch JabMap
  Open JabMap=Open JabMap
   ==> expected: <[]> but was: <[Launch JabMap (src/main/java/org/jabref/gui/keyboard/KeyBinding.java LANG), Open JabMap (src/main/java/org/jabref/gui/keyboard/KeyBinding.java LANG)]>
      at org.jabref.logic.l10n.LocalizationConsistencyTest.findMissingLocalizationKeys(LocalizationConsistencyTest.java:114)

By "ENGLISH LANGUAGE FILE", JabRef_en.properties is meant.