You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just add another case here, I found out in #1765 which needs some special care:
In MsBibImporterTestfiles it is theoretically not needed, but if I remove it fails with an NPE, reason is getListFromInputStream(InputStream is) in BibEntryAssert loads prefs from Globals.prefs
@oscargus As you are currently reworking that globals stuff, just one thing I noticed. Maybe you can add fix, this one, too.
The text was updated successfully, but these errors were encountered:
I just add another case here, I found out in #1765 which needs some special care:
In
MsBibImporterTestfiles
it is theoretically not needed, but if I remove it fails with an NPE, reason isgetListFromInputStream(InputStream is)
inBibEntryAssert
loads prefs from Globals.prefs@oscargus As you are currently reworking that globals stuff, just one thing I noticed. Maybe you can add fix, this one, too.
The text was updated successfully, but these errors were encountered: