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
It looks that previously in the test cases the tags were simply saved as a list of strings, but now with the newest Zotero 5.0 compatible version the tags are saved as a list of objects of strings. This makes the test result looks different, e.g. tests from ACM translator
I fixed the comparison for tests (including in Scaffold, I believe) in zotero/zotero#1254 on the xhr-processDocuments branch of the client, which we'll try to merge soon. But as I noted in zotero/translators#1356 (comment), it's incorrect as an object anyway if it's not including type: 1 (automatic), so if that's still happening we should fix it, and for the sake of readability and conciseness probably just have it return a string (since Zotero RDF is the only case where we'd actually want type: 0).
It looks that previously in the test cases the tags were simply saved as a list of strings, but now with the newest Zotero 5.0 compatible version the tags are saved as a list of objects of strings. This makes the test result looks different, e.g. tests from ACM translator
Do we want to continue the new way or switch back to the old way?
The text was updated successfully, but these errors were encountered: